#434E6D

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

Shades of East Bay #434E6D

Tints of East Bay #434E6D

Color information

#434E6D (or 0x434E6D) is unknown color: approx East Bay. HEX triplet: 43, 4E and 6D. RGB value is (67,78,109). Sum of RGB (Red+Green+Blue) = 67+78+109=254 (33% of max value = 765). Red value is 67 (26.56% from 255 or 26.38% from 254); Green value is 78 (30.86% from 255 or 30.71% from 254); Blue value is 109 (42.97% from 255 or 42.91% from 254); Max value from RGB is 109 - color contains mainly: blue. Hex color #434E6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #434E6D is #BCB192. Grayscale: #4E4E4E. Windows color (decimal): -12366227 or 7163459. OLE color: 7163459.

HSL color Cylindrical-coordinate representation of color #434E6D: hue angle of 224.29º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #434E6D is Cyan = 0.39, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6778109-
CMYK0.390.2800.57
HSL224.29º23.86%34.51%-
HSV(B)224.29º38.53%42.75%-
XYZ7.87.7515.55-
YUV78.24145.36119.98-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 26.38%
GREEN value IS 78 (30.86% from 255) = 30.71%
BLUE value IS 109 (42.97% from 255) = 42.91%
R=26.38%
G=30.71%
B=42.91%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal67781090.390.2800.57224.2923.8634.51
Hex434E6D271C039e01823
Octal10311615547340713403043
Binary1000011100111011011011001111110001110011110000011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,78,109); }

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

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

 a { background-color: rgb(67,78,109); }

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

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

 span { border-color: rgb(67,78,109); }

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