#434F62

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

Shades of East Bay #434F62

Tints of East Bay #434F62

Color information

#434F62 (or 0x434F62) is unknown color: approx East Bay. HEX triplet: 43, 4F and 62. RGB value is (67,79,98). Sum of RGB (Red+Green+Blue) = 67+79+98=244 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.46% from 244); Green value is 79 (31.25% from 255 or 32.38% from 244); Blue value is 98 (38.67% from 255 or 40.16% from 244); Max value from RGB is 98 - color contains mainly: blue. Hex color #434F62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #434F62 is #BCB09D. Grayscale: #4D4D4D. Windows color (decimal): -12365982 or 6442819. OLE color: 6442819.

HSL color Cylindrical-coordinate representation of color #434F62: hue angle of 216.77º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #434F62 is Cyan = 0.32, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB677998-
CMYK0.320.1900.62
HSL216.77º18.79%32.35%-
HSV(B)216.77º31.63%38.43%-
XYZ7.327.6712.65-
YUV77.58139.52120.46-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 27.46%
GREEN value IS 79 (31.25% from 255) = 32.38%
BLUE value IS 98 (38.67% from 255) = 40.16%
R=27.46%
G=32.38%
B=40.16%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6779980.320.1900.62216.7718.7932.35
Hex434F62201303Ed91320
Octal10311714240230763312340
Binary1000011100111111000101000001001101111101101100110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,79,98); }

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

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

 a { background-color: rgb(67,79,98); }

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

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

 span { border-color: rgb(67,79,98); }

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