#424BAD

Color #424BAD Governor Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Governor Bay #424BAD

Tints of Governor Bay #424BAD

Color information

#424BAD (or 0x424BAD) is unknown color: approx Governor Bay. HEX triplet: 42, 4B and AD. RGB value is (66,75,173). Sum of RGB (Red+Green+Blue) = 66+75+173=314 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.02% from 314); Green value is 75 (29.69% from 255 or 23.89% from 314); Blue value is 173 (67.97% from 255 or 55.10% from 314); Max value from RGB is 173 - color contains mainly: blue. Hex color #424BAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424BAD is #BDB452. Grayscale: #535353. Windows color (decimal): -12432467 or 11356994. OLE color: 11356994.

HSL color Cylindrical-coordinate representation of color #424BAD: hue angle of 234.95º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #424BAD is Cyan = 0.62, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB6675173-
CMYK0.620.5700.32
HSL234.95º44.77%46.86%-
HSV(B)234.95º61.85%67.84%-
XYZ12.319.2140.66-
YUV83.48178.52115.53-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.02%
GREEN value IS 75 (29.69% from 255) = 23.89%
BLUE value IS 173 (67.97% from 255) = 55.10%
R=21.02%
G=23.89%
B=55.10%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal66751730.620.5700.32234.9544.7746.86
Hex424BAD3E39020eb2d2f
Octal10211325576710403535557
Binary1000010100101110101101111110111001010000011101011101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424BAD; }

 p { color: rgb(66,75,173); }

 H1.HeaderClassName
 {
   color: #424BAD;
 }
 .AnyTagClassName
 {
   color: #424BAD;
 }
</style>
background-color css

<style>
 a { background-color: #424BAD; }

 a { background-color: rgb(66,75,173); }

 div.DivClassName
 {
   background-color: #424BAD;
 }
 .BgClassName
 {
   background-color: #424BAD;
 }
</style>
border-color css

<style>
 span { border-color: #424BAD; }

 span { border-color: rgb(66,75,173); }

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