Html Css Color HEX #414BA9 Governor Bay

📋 copy color: '#414BA9'

red 65 ◦ green 75 ◦ blue 169

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

Shades of Governor Bay #414BA9

Tints of Governor Bay #414BA9

RGB

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

 GREEN value IS 75 (29.69% from 255) = 24.27%

 BLUE value IS 169 (66.41% from 255) = 54.69%

R = 21.04%
G = 24.27%
B = 54.69%

CMYK

 C value IS 0.62

 M value IS 0.56

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#414BA9 (or 0x414BA9) is known color: Governor Bay. HEX triplet: 41, 4B and A9. RGB value is (65,75,169). Sum of RGB (Red+Green+Blue) = 65+75+169=309 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.04% from 309); Green value is 75 (29.69% from 255 or 24.27% from 309); Blue value is 169 (66.41% from 255 or 54.69% from 309); Max value from RGB is 169 - color contains mainly: blue. Hex color #414BA9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #414BA9 is #BEB456. Grayscale: #525252. Windows color (decimal): -12498007 or 11094849. OLE color: 11094849.

HSL color Cylindrical-coordinate representation of color #414BA9: hue angle of 234.23º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #414BA9 is Cyan = 0.62, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 65 75 169 -
CMYK 0.62 0.56 0 0.34
HSL 234.23º 0.44% 0.46% -
HSV(B) 234.23º 0.62% 0.66% -
XYZ 11.86 9.02 38.65 -
YUV 82.73 176.69 115.36 -
System Red Green Blue C M Y K H S L
Decimal 65 75 169 0.62 0.56 0 0.34 234.23 0.44 0.46
Hex 41 4B A9 3E 38 0 22 EA 2C 2E
Octal 101 113 251 76 70 0 42 352 54 56
Binary 1000001 1001011 10101001 111110 111000 0 100010 11101010 101100 101110

Color Harmonies of #414BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414BA9

Black with #414BA9

Text Example


Text Example

White with #414BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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