Html Css Color HEX #414E9B Governor Bay

📋 copy color: '#414E9B'

red 65 ◦ green 78 ◦ blue 155

#414E9B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Governor Bay #414E9B

Tints of Governor Bay #414E9B

RGB

 RED value IS 65 (25.78% from 255) = 21.81%

 GREEN value IS 78 (30.86% from 255) = 26.17%

 BLUE value IS 155 (60.94% from 255) = 52.01%

R = 21.81%
G = 26.17%
B = 52.01%

CMYK

 C value IS 0.58

 M value IS 0.50

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#414E9B (or 0x414E9B) is known color: Governor Bay. HEX triplet: 41, 4E and 9B. RGB value is (65,78,155). Sum of RGB (Red+Green+Blue) = 65+78+155=298 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.81% from 298); Green value is 78 (30.86% from 255 or 26.17% from 298); Blue value is 155 (60.94% from 255 or 52.01% from 298); Max value from RGB is 155 - color contains mainly: blue. Hex color #414E9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #414E9B is #BEB164. Grayscale: #525252. Windows color (decimal): -12497253 or 10178113. OLE color: 10178113.

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

Color convert

RGB 65 78 155 -
CMYK 0.58 0.50 0 0.39
HSL 231.33º 0.41% 0.43% -
HSV(B) 231.33º 0.58% 0.61% -
XYZ 10.82 8.94 32.17 -
YUV 82.89 168.69 115.24 -
System Red Green Blue C M Y K H S L
Decimal 65 78 155 0.58 0.50 0 0.39 231.33 0.41 0.43
Hex 41 4E 9B 3A 32 0 27 E7 29 2B
Octal 101 116 233 72 62 0 47 347 51 53
Binary 1000001 1001110 10011011 111010 110010 0 100111 11100111 101001 101011

Color Harmonies of #414E9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414E9B

Black with #414E9B

Text Example


Text Example

White with #414E9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,78,155); }

 H1.HeaderClassName
 {
   color: #414E9B;
 }
 .AnyTagClassName
 {
   color: #414E9B;
 }
</style>

background-color css

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

 a { background-color: rgb(65,78,155); }

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

border-color css

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

 span { border-color: rgb(65,78,155); }

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