#424C9C

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

Shades of Governor Bay #424C9C

Tints of Governor Bay #424C9C

Color information

#424C9C (or 0x424C9C) is unknown color: approx Governor Bay. HEX triplet: 42, 4C and 9C. RGB value is (66,76,156). Sum of RGB (Red+Green+Blue) = 66+76+156=298 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.15% from 298); Green value is 76 (30.08% from 255 or 25.50% from 298); Blue value is 156 (61.33% from 255 or 52.35% from 298); Max value from RGB is 156 - color contains mainly: blue. Hex color #424C9C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424C9C is #BDB363. Grayscale: #515151. Windows color (decimal): -12432228 or 10243138. OLE color: 10243138.

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

Color convert

RGB6676156-
CMYK0.580.5100.39
HSL233.33º40.54%43.53%-
HSV(B)233.33º57.69%61.18%-
XYZ10.838.7332.57-
YUV82.13169.69116.5-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.15%
GREEN value IS 76 (30.08% from 255) = 25.50%
BLUE value IS 156 (61.33% from 255) = 52.35%
R=22.15%
G=25.50%
B=52.35%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal66761560.580.5100.39233.3340.5443.53
Hex424C9C3A33027e9292c
Octal10211423472630473515154
Binary1000010100110010011100111010110011010011111101001101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424C9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,76,156); }

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

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

 a { background-color: rgb(66,76,156); }

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

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

 span { border-color: rgb(66,76,156); }

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