Html Css Color HEX #414F9C Governor Bay

📋 copy color: '#414F9C'

red 65 ◦ green 79 ◦ blue 156

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

Shades of Governor Bay #414F9C

Tints of Governor Bay #414F9C

RGB

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

 GREEN value IS 79 (31.25% from 255) = 26.33%

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

R = 21.67%
G = 26.33%
B = 52%

CMYK

 C value IS 0.58

 M value IS 0.49

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#414F9C (or 0x414F9C) is known color: Governor Bay. HEX triplet: 41, 4F and 9C. RGB value is (65,79,156). Sum of RGB (Red+Green+Blue) = 65+79+156=300 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.67% from 300); Green value is 79 (31.25% from 255 or 26.33% from 300); Blue value is 156 (61.33% from 255 or 52% from 300); Max value from RGB is 156 - color contains mainly: blue. Hex color #414F9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #414F9C is #BEB063. Grayscale: #535353. Windows color (decimal): -12496996 or 10243905. OLE color: 10243905.

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

Color convert

RGB 65 79 156 -
CMYK 0.58 0.49 0 0.39
HSL 230.77º 0.41% 0.43% -
HSV(B) 230.77º 0.58% 0.61% -
XYZ 10.98 9.12 32.63 -
YUV 83.59 168.86 114.74 -
System Red Green Blue C M Y K H S L
Decimal 65 79 156 0.58 0.49 0 0.39 230.77 0.41 0.43
Hex 41 4F 9C 3A 31 0 27 E7 29 2B
Octal 101 117 234 72 61 0 47 347 51 53
Binary 1000001 1001111 10011100 111010 110001 0 100111 11100111 101001 101011

Color Harmonies of #414F9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414F9C

Black with #414F9C

Text Example


Text Example

White with #414F9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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