Html Css Color HEX #404BAB Governor Bay

📋 copy color: '#404BAB'

red 64 ◦ green 75 ◦ blue 171

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

Shades of Governor Bay #404BAB

Tints of Governor Bay #404BAB

RGB

 RED value IS 64 (25.39% from 255) = 20.65%

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

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

R = 20.65%
G = 24.19%
B = 55.16%

CMYK

 C value IS 0.63

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#404BAB (or 0x404BAB) is known color: Governor Bay. HEX triplet: 40, 4B and AB. RGB value is (64,75,171). Sum of RGB (Red+Green+Blue) = 64+75+171=310 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.65% from 310); Green value is 75 (29.69% from 255 or 24.19% 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 #404BAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #404BAB is #BFB454. Grayscale: #525252. Windows color (decimal): -12563541 or 11225920. OLE color: 11225920.

HSL color Cylindrical-coordinate representation of color #404BAB: hue angle of 233.83º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #404BAB is Cyan = 0.63, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 64 75 171 -
CMYK 0.63 0.56 0 0.33
HSL 233.83º 0.46% 0.46% -
HSV(B) 233.83º 0.63% 0.67% -
XYZ 11.98 9.06 39.65 -
YUV 82.66 177.86 114.69 -
System Red Green Blue C M Y K H S L
Decimal 64 75 171 0.63 0.56 0 0.33 233.83 0.46 0.46
Hex 40 4B AB 3F 38 0 21 EA 2E 2E
Octal 100 113 253 77 70 0 41 352 56 56
Binary 1000000 1001011 10101011 111111 111000 0 100001 11101010 101110 101110

Color Harmonies of #404BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404BAB

Black with #404BAB

Text Example


Text Example

White with #404BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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