#424AAB

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

Shades of Governor Bay #424AAB

Tints of Governor Bay #424AAB

Color information

#424AAB (or 0x424AAB) is unknown color: approx Governor Bay. HEX triplet: 42, 4A and AB. RGB value is (66,74,171). Sum of RGB (Red+Green+Blue) = 66+74+171=311 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.22% from 311); Green value is 74 (29.30% from 255 or 23.79% 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 #424AAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424AAB is #BDB554. Grayscale: #525252. Windows color (decimal): -12432725 or 11225666. OLE color: 11225666.

HSL color Cylindrical-coordinate representation of color #424AAB: hue angle of 235.43º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #424AAB is Cyan = 0.61, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB6674171-
CMYK0.610.5700.33
HSL235.43º44.3%46.47%-
HSV(B)235.43º61.4%67.06%-
XYZ12.05939.63-
YUV82.67177.85116.11-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.22%
GREEN value IS 74 (29.30% from 255) = 23.79%
BLUE value IS 171 (67.19% from 255) = 54.98%
R=21.22%
G=23.79%
B=54.98%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal66741710.610.5700.33235.4344.346.47
Hex424AAB3D39021eb2c2e
Octal10211225375710413535456
Binary1000010100101010101011111101111001010000111101011101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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