Html Css Color HEX #414DAB Governor Bay

📋 copy color: '#414DAB'

red 65 ◦ green 77 ◦ blue 171

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

Shades of Governor Bay #414DAB

Tints of Governor Bay #414DAB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 24.6%

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

R = 20.77%
G = 24.6%
B = 54.63%

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

#414DAB (or 0x414DAB) is known color: Governor Bay. HEX triplet: 41, 4D and AB. RGB value is (65,77,171). Sum of RGB (Red+Green+Blue) = 65+77+171=313 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.77% from 313); Green value is 77 (30.47% from 255 or 24.60% from 313); Blue value is 171 (67.19% from 255 or 54.63% from 313); Max value from RGB is 171 - color contains mainly: blue. Hex color #414DAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #414DAB is #BEB254. Grayscale: #535353. Windows color (decimal): -12497493 or 11226433. OLE color: 11226433.

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

Color convert

RGB 65 77 171 -
CMYK 0.62 0.55 0 0.33
HSL 233.21º 0.45% 0.46% -
HSV(B) 233.21º 0.62% 0.67% -
XYZ 12.18 9.37 39.69 -
YUV 84.13 177.02 114.36 -
System Red Green Blue C M Y K H S L
Decimal 65 77 171 0.62 0.55 0 0.33 233.21 0.45 0.46
Hex 41 4D AB 3E 37 0 21 E9 2D 2E
Octal 101 115 253 76 67 0 41 351 55 56
Binary 1000001 1001101 10101011 111110 110111 0 100001 11101001 101101 101110

Color Harmonies of #414DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414DAB

Black with #414DAB

Text Example


Text Example

White with #414DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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