#414B95

Color #414B95 Governor Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Governor Bay #414B95

Tints of Governor Bay #414B95

Color information

#414B95 (or 0x414B95) is unknown color: approx Governor Bay. HEX triplet: 41, 4B and 95. RGB value is (65,75,149). Sum of RGB (Red+Green+Blue) = 65+75+149=289 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.49% from 289); Green value is 75 (29.69% from 255 or 25.95% from 289); Blue value is 149 (58.59% from 255 or 51.56% from 289); Max value from RGB is 149 - color contains mainly: blue. Hex color #414B95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #414B95 is #BEB46A. Grayscale: #505050. Windows color (decimal): -12498027 or 9784129. OLE color: 9784129.

HSL color Cylindrical-coordinate representation of color #414B95: hue angle of 232.86º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #414B95 is Cyan = 0.56, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB6575149-
CMYK0.560.5000.42
HSL232.86º39.25%41.96%-
HSV(B)232.86º56.38%58.43%-
XYZ10.128.3329.51-
YUV80.45166.69116.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 65 (25.78% from 255) = 22.49%
GREEN value IS 75 (29.69% from 255) = 25.95%
BLUE value IS 149 (58.59% from 255) = 51.56%
R=22.49%
G=25.95%
B=51.56%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal65751490.560.5000.42232.8639.2541.96
Hex414B95383202Ae9272a
Octal10111322570620523514752
Binary1000001100101110010101111000110010010101011101001100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414B95; }

 p { color: rgb(65,75,149); }

 H1.HeaderClassName
 {
   color: #414B95;
 }
 .AnyTagClassName
 {
   color: #414B95;
 }
</style>
background-color css

<style>
 a { background-color: #414B95; }

 a { background-color: rgb(65,75,149); }

 div.DivClassName
 {
   background-color: #414B95;
 }
 .BgClassName
 {
   background-color: #414B95;
 }
</style>
border-color css

<style>
 span { border-color: #414B95; }

 span { border-color: rgb(65,75,149); }

 td.TdClassName
 {
   border-color: #414B95;
 }
 .TagClassName
 {
   border-color: #414B95;
 }
</style>