Html Css Color HEX #414E9C Governor Bay

📋 copy color: '#414E9C'

red 65 ◦ green 78 ◦ blue 156

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

Shades of Governor Bay #414E9C

Tints of Governor Bay #414E9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 52.17%

R = 21.74%
G = 26.09%
B = 52.17%

CMYK

 C value IS 0.58

 M value IS 0.5

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#414E9C (or 0x414E9C) is known color: Governor Bay. HEX triplet: 41, 4E and 9C. RGB value is (65,78,156). Sum of RGB (Red+Green+Blue) = 65+78+156=299 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.74% from 299); Green value is 78 (30.86% from 255 or 26.09% from 299); Blue value is 156 (61.33% from 255 or 52.17% from 299); Max value from RGB is 156 - color contains mainly: blue. Hex color #414E9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #414E9C is #BEB163. Grayscale: #525252. Windows color (decimal): -12497252 or 10243649. OLE color: 10243649.

HSL color Cylindrical-coordinate representation of color #414E9C: hue angle of 231.43º 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 #414E9C is Cyan = 0.58, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 65 78 156 -
CMYK 0.58 0.5 0 0.39
HSL 231.43º 0.41% 0.43% -
HSV(B) 231.43º 0.58% 0.61% -
XYZ 10.91 8.97 32.61 -
YUV 83.01 169.19 115.16 -
System Red Green Blue C M Y K H S L
Decimal 65 78 156 0.58 0.5 0 0.39 231.43 0.41 0.43
Hex 41 4E 9C 3A 32 0 27 E7 29 2B
Octal 101 116 234 72 62 0 47 347 51 53
Binary 1000001 1001110 10011100 111010 110010 0 100111 11100111 101001 101011

Color Harmonies of #414E9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414E9C

Black with #414E9C

Text Example


Text Example

White with #414E9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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