#424A9E

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

Shades of Governor Bay #424A9E

Tints of Governor Bay #424A9E

Color information

#424A9E (or 0x424A9E) is unknown color: approx Governor Bay. HEX triplet: 42, 4A and 9E. RGB value is (66,74,158). Sum of RGB (Red+Green+Blue) = 66+74+158=298 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.15% from 298); Green value is 74 (29.30% from 255 or 24.83% from 298); Blue value is 158 (62.11% from 255 or 53.02% from 298); Max value from RGB is 158 - color contains mainly: blue. Hex color #424A9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424A9E is #BDB561. Grayscale: #505050. Windows color (decimal): -12432738 or 10373698. OLE color: 10373698.

HSL color Cylindrical-coordinate representation of color #424A9E: hue angle of 234.78º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #424A9E is Cyan = 0.58, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6674158-
CMYK0.580.5300.38
HSL234.78º41.07%43.92%-
HSV(B)234.78º58.23%61.96%-
XYZ10.878.5233.42-
YUV81.18171.35117.17-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.15%
GREEN value IS 74 (29.30% from 255) = 24.83%
BLUE value IS 158 (62.11% from 255) = 53.02%
R=22.15%
G=24.83%
B=53.02%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal66741580.580.5300.38234.7841.0743.92
Hex424A9E3A35026eb292c
Octal10211223672650463535154
Binary1000010100101010011110111010110101010011011101011101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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