#424B9B

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

Shades of Governor Bay #424B9B

Tints of Governor Bay #424B9B

Color information

#424B9B (or 0x424B9B) is unknown color: approx Governor Bay. HEX triplet: 42, 4B and 9B. RGB value is (66,75,155). Sum of RGB (Red+Green+Blue) = 66+75+155=296 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.30% from 296); Green value is 75 (29.69% from 255 or 25.34% from 296); Blue value is 155 (60.94% from 255 or 52.36% from 296); Max value from RGB is 155 - color contains mainly: blue. Hex color #424B9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424B9B is #BDB464. Grayscale: #515151. Windows color (decimal): -12432485 or 10177346. OLE color: 10177346.

HSL color Cylindrical-coordinate representation of color #424B9B: hue angle of 233.93º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #424B9B is Cyan = 0.57, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB6675155-
CMYK0.570.5200.39
HSL233.93º40.27%43.33%-
HSV(B)233.93º57.42%60.78%-
XYZ10.688.5632.1-
YUV81.43169.52117-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.30%
GREEN value IS 75 (29.69% from 255) = 25.34%
BLUE value IS 155 (60.94% from 255) = 52.36%
R=22.30%
G=25.34%
B=52.36%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal66751550.570.5200.39233.9340.2743.33
Hex424B9B3934027ea282b
Octal10211323371640473525053
Binary1000010100101110011011111001110100010011111101010101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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