#434B6C

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

Shades of East Bay #434B6C

Tints of East Bay #434B6C

Color information

#434B6C (or 0x434B6C) is unknown color: approx East Bay. HEX triplet: 43, 4B and 6C. RGB value is (67,75,108). Sum of RGB (Red+Green+Blue) = 67+75+108=250 (33% of max value = 765). Red value is 67 (26.56% from 255 or 26.8% from 250); Green value is 75 (29.69% from 255 or 30% from 250); Blue value is 108 (42.58% from 255 or 43.2% from 250); Max value from RGB is 108 - color contains mainly: blue. Hex color #434B6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434B6C is #BCB493. Grayscale: #4C4C4C. Windows color (decimal): -12366996 or 7097155. OLE color: 7097155.

HSL color Cylindrical-coordinate representation of color #434B6C: hue angle of 228.29º degrees, saturation: 0.23, 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 #434B6C is Cyan = 0.38, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6775108-
CMYK0.380.3100.58
HSL228.29º23.43%34.31%-
HSV(B)228.29º37.96%42.35%-
XYZ7.547.3115.2-
YUV76.37145.85121.32-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 26.8%
GREEN value IS 75 (29.69% from 255) = 30%
BLUE value IS 108 (42.58% from 255) = 43.2%
R=26.8%
G=30%
B=43.2%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal67751080.380.3100.58228.2923.4334.31
Hex434B6C261F03Ae41722
Octal10311315446370723442742
Binary1000011100101111011001001101111101110101110010010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434B6C; }

 p { color: rgb(67,75,108); }

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

<style>
 a { background-color: #434B6C; }

 a { background-color: rgb(67,75,108); }

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

<style>
 span { border-color: #434B6C; }

 span { border-color: rgb(67,75,108); }

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