Html Css Color HEX #414AAB Governor Bay

📋 copy color: '#414AAB'

red 65 ◦ green 74 ◦ blue 171

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

Shades of Governor Bay #414AAB

Tints of Governor Bay #414AAB

RGB

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

 GREEN value IS 74 (29.3% from 255) = 23.87%

 BLUE value IS 171 (67.19% from 255) = 55.16%

R = 20.97%
G = 23.87%
B = 55.16%

CMYK

 C value IS 0.62

 M value IS 0.57

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#414AAB (or 0x414AAB) is known color: Governor Bay. HEX triplet: 41, 4A and AB. RGB value is (65,74,171). Sum of RGB (Red+Green+Blue) = 65+74+171=310 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.97% from 310); Green value is 74 (29.30% from 255 or 23.87% from 310); Blue value is 171 (67.19% from 255 or 55.16% from 310); Max value from RGB is 171 - color contains mainly: blue. Hex color #414AAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #414AAB is #BEB554. Grayscale: #515151. Windows color (decimal): -12498261 or 11225665. OLE color: 11225665.

HSL color Cylindrical-coordinate representation of color #414AAB: hue angle of 234.91º 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 #414AAB is Cyan = 0.62, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 65 74 171 -
CMYK 0.62 0.57 0 0.33
HSL 234.91º 0.45% 0.46% -
HSV(B) 234.91º 0.62% 0.67% -
XYZ 11.98 8.96 39.63 -
YUV 82.37 178.02 115.61 -
System Red Green Blue C M Y K H S L
Decimal 65 74 171 0.62 0.57 0 0.33 234.91 0.45 0.46
Hex 41 4A AB 3E 39 0 21 EB 2D 2E
Octal 101 112 253 76 71 0 41 353 55 56
Binary 1000001 1001010 10101011 111110 111001 0 100001 11101011 101101 101110

Color Harmonies of #414AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414AAB

Black with #414AAB

Text Example


Text Example

White with #414AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,74,171); }

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

background-color css

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

 a { background-color: rgb(65,74,171); }

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

border-color css

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

 span { border-color: rgb(65,74,171); }

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