Html Css Color HEX #414CAA Governor Bay

📋 copy color: '#414CAA'

red 65 ◦ green 76 ◦ blue 170

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

Shades of Governor Bay #414CAA

Tints of Governor Bay #414CAA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 24.44%

 BLUE value IS 170 (66.8% from 255) = 54.66%

R = 20.9%
G = 24.44%
B = 54.66%

CMYK

 C value IS 0.62

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#414CAA (or 0x414CAA) is known color: Governor Bay. HEX triplet: 41, 4C and AA. RGB value is (65,76,170). Sum of RGB (Red+Green+Blue) = 65+76+170=311 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.90% from 311); Green value is 76 (30.08% from 255 or 24.44% from 311); Blue value is 170 (66.80% from 255 or 54.66% from 311); Max value from RGB is 170 - color contains mainly: blue. Hex color #414CAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #414CAA is #BEB355. Grayscale: #535353. Windows color (decimal): -12497750 or 11160641. OLE color: 11160641.

HSL color Cylindrical-coordinate representation of color #414CAA: hue angle of 233.71º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #414CAA is Cyan = 0.62, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 65 76 170 -
CMYK 0.62 0.55 0 0.33
HSL 233.71º 0.45% 0.46% -
HSV(B) 233.71º 0.62% 0.67% -
XYZ 12.02 9.19 39.17 -
YUV 83.43 176.86 114.86 -
System Red Green Blue C M Y K H S L
Decimal 65 76 170 0.62 0.55 0 0.33 233.71 0.45 0.46
Hex 41 4C AA 3E 37 0 21 EA 2D 2E
Octal 101 114 252 76 67 0 41 352 55 56
Binary 1000001 1001100 10101010 111110 110111 0 100001 11101010 101101 101110

Color Harmonies of #414CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414CAA

Black with #414CAA

Text Example


Text Example

White with #414CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,76,170); }

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

background-color css

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

 a { background-color: rgb(65,76,170); }

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

border-color css

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

 span { border-color: rgb(65,76,170); }

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