Html Css Color HEX #414999 Governor Bay

📋 copy color: '#414999'

red 65 ◦ green 73 ◦ blue 153

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

Shades of Governor Bay #414999

Tints of Governor Bay #414999

RGB

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

 GREEN value IS 73 (28.91% from 255) = 25.09%

 BLUE value IS 153 (60.16% from 255) = 52.58%

R = 22.34%
G = 25.09%
B = 52.58%

CMYK

 C value IS 0.58

 M value IS 0.52

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#414999 (or 0x414999) is known color: Governor Bay. HEX triplet: 41, 49 and 99. RGB value is (65,73,153). Sum of RGB (Red+Green+Blue) = 65+73+153=291 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.34% from 291); Green value is 73 (28.91% from 255 or 25.09% from 291); Blue value is 153 (60.16% from 255 or 52.58% from 291); Max value from RGB is 153 - color contains mainly: blue. Hex color #414999 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #414999 is #BEB666. Grayscale: #4F4F4F. Windows color (decimal): -12498535 or 10045761. OLE color: 10045761.

HSL color Cylindrical-coordinate representation of color #414999: hue angle of 234.55º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #414999 is Cyan = 0.58, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 65 73 153 -
CMYK 0.58 0.52 0 0.4
HSL 234.55º 0.4% 0.43% -
HSV(B) 234.55º 0.58% 0.6% -
XYZ 10.31 8.19 31.17 -
YUV 79.73 169.35 117.5 -
System Red Green Blue C M Y K H S L
Decimal 65 73 153 0.58 0.52 0 0.4 234.55 0.4 0.43
Hex 41 49 99 3A 34 0 28 EB 28 2B
Octal 101 111 231 72 64 0 50 353 50 53
Binary 1000001 1001001 10011001 111010 110100 0 101000 11101011 101000 101011

Color Harmonies of #414999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414999

Black with #414999

Text Example


Text Example

White with #414999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414999; }

 p { color: rgb(65,73,153); }

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

background-color css

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

 a { background-color: rgb(65,73,153); }

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

border-color css

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

 span { border-color: rgb(65,73,153); }

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