Html Css Color HEX #414BAB Governor Bay

📋 copy color: '#414BAB'

red 65 ◦ green 75 ◦ blue 171

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

Shades of Governor Bay #414BAB

Tints of Governor Bay #414BAB

RGB

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

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

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

R = 20.9%
G = 24.12%
B = 54.98%

CMYK

 C value IS 0.62

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#414BAB (or 0x414BAB) is known color: Governor Bay. HEX triplet: 41, 4B and AB. RGB value is (65,75,171). Sum of RGB (Red+Green+Blue) = 65+75+171=311 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.90% from 311); Green value is 75 (29.69% from 255 or 24.12% from 311); Blue value is 171 (67.19% from 255 or 54.98% from 311); Max value from RGB is 171 - color contains mainly: blue. Hex color #414BAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #414BAB is #BEB454. Grayscale: #525252. Windows color (decimal): -12498005 or 11225921. OLE color: 11225921.

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

Color convert

RGB 65 75 171 -
CMYK 0.62 0.56 0 0.33
HSL 234.34º 0.45% 0.46% -
HSV(B) 234.34º 0.62% 0.67% -
XYZ 12.05 9.1 39.65 -
YUV 82.95 177.69 115.19 -
System Red Green Blue C M Y K H S L
Decimal 65 75 171 0.62 0.56 0 0.33 234.34 0.45 0.46
Hex 41 4B AB 3E 38 0 21 EA 2D 2E
Octal 101 113 253 76 70 0 41 352 55 56
Binary 1000001 1001011 10101011 111110 111000 0 100001 11101010 101101 101110

Color Harmonies of #414BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414BAB

Black with #414BAB

Text Example


Text Example

White with #414BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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