#424AAC

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

Shades of Governor Bay #424AAC

Tints of Governor Bay #424AAC

Color information

#424AAC (or 0x424AAC) is unknown color: approx Governor Bay. HEX triplet: 42, 4A and AC. RGB value is (66,74,172). Sum of RGB (Red+Green+Blue) = 66+74+172=312 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.15% from 312); Green value is 74 (29.30% from 255 or 23.72% from 312); Blue value is 172 (67.58% from 255 or 55.13% from 312); Max value from RGB is 172 - color contains mainly: blue. Hex color #424AAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424AAC is #BDB553. Grayscale: #525252. Windows color (decimal): -12432724 or 11291202. OLE color: 11291202.

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

Color convert

RGB6674172-
CMYK0.620.5700.33
HSL235.47º44.54%46.67%-
HSV(B)235.47º61.63%67.45%-
XYZ12.149.0340.13-
YUV82.78178.35116.03-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.15%
GREEN value IS 74 (29.30% from 255) = 23.72%
BLUE value IS 172 (67.58% from 255) = 55.13%
R=21.15%
G=23.72%
B=55.13%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal66741720.620.5700.33235.4744.5446.67
Hex424AAC3E39021eb2d2f
Octal10211225476710413535557
Binary1000010100101010101100111110111001010000111101011101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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