#424B6B

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

Shades of East Bay #424B6B

Tints of East Bay #424B6B

Color information

#424B6B (or 0x424B6B) is unknown color: approx East Bay. HEX triplet: 42, 4B and 6B. RGB value is (66,75,107). Sum of RGB (Red+Green+Blue) = 66+75+107=248 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.61% from 248); Green value is 75 (29.69% from 255 or 30.24% from 248); Blue value is 107 (42.19% from 255 or 43.15% from 248); Max value from RGB is 107 - color contains mainly: blue. Hex color #424B6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424B6B is #BDB494. Grayscale: #4B4B4B. Windows color (decimal): -12432533 or 7031618. OLE color: 7031618.

HSL color Cylindrical-coordinate representation of color #424B6B: hue angle of 226.83º degrees, saturation: 0.24, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #424B6B is Cyan = 0.38, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6675107-
CMYK0.380.3000.58
HSL226.83º23.7%33.92%-
HSV(B)226.83º38.32%41.96%-
XYZ7.427.2514.92-
YUV75.96145.52120.9-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.61%
GREEN value IS 75 (29.69% from 255) = 30.24%
BLUE value IS 107 (42.19% from 255) = 43.15%
R=26.61%
G=30.24%
B=43.15%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal66751070.380.3000.58226.8323.733.92
Hex424B6B261E03Ae31822
Octal10211315346360723433042
Binary1000010100101111010111001101111001110101110001111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424B6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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