#434B61

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

Shades of East Bay #434B61

Tints of East Bay #434B61

Color information

#434B61 (or 0x434B61) is unknown color: approx East Bay. HEX triplet: 43, 4B and 61. RGB value is (67,75,97). Sum of RGB (Red+Green+Blue) = 67+75+97=239 (31% of max value = 765). Red value is 67 (26.56% from 255 or 28.03% from 239); Green value is 75 (29.69% from 255 or 31.38% from 239); Blue value is 97 (38.28% from 255 or 40.59% from 239); Max value from RGB is 97 - color contains mainly: blue. Hex color #434B61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434B61 is #BCB49E. Grayscale: #4B4B4B. Windows color (decimal): -12367007 or 6376259. OLE color: 6376259.

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

Color convert

RGB677597-
CMYK0.310.2300.62
HSL224º18.29%32.16%-
HSV(B)224º30.93%38.04%-
XYZ6.997.0912.31-
YUV75.12140.35122.21-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 28.03%
GREEN value IS 75 (29.69% from 255) = 31.38%
BLUE value IS 97 (38.28% from 255) = 40.59%
R=28.03%
G=31.38%
B=40.59%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6775970.310.2300.6222418.2932.16
Hex434B611F1703Ee01220
Octal10311314137270763402240
Binary100001110010111100001111111011101111101110000010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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