Html Css Color HEX #434D61 East Bay

📋 copy color: '#434D61'

red 67 ◦ green 77 ◦ blue 97

#434D61
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of East Bay #434D61

Tints of East Bay #434D61

RGB

 RED value IS 67 (26.56% from 255) = 27.8%

 GREEN value IS 77 (30.47% from 255) = 31.95%

 BLUE value IS 97 (38.28% from 255) = 40.25%

R = 27.8%
G = 31.95%
B = 40.25%

CMYK

 C value IS 0.31

 M value IS 0.21

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#434D61 (or 0x434D61) is known color: East Bay. HEX triplet: 43, 4D and 61. RGB value is (67,77,97). Sum of RGB (Red+Green+Blue) = 67+77+97=241 (31% of max value = 765). Red value is 67 (26.56% from 255 or 27.80% from 241); Green value is 77 (30.47% from 255 or 31.95% from 241); Blue value is 97 (38.28% from 255 or 40.25% from 241); Max value from RGB is 97 - color contains mainly: blue. Hex color #434D61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #434D61 is #BCB29E. Grayscale: #4C4C4C. Windows color (decimal): -12366495 or 6376771. OLE color: 6376771.

HSL color Cylindrical-coordinate representation of color #434D61: hue angle of 220º 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 #434D61 is Cyan = 0.31, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 67 77 97 -
CMYK 0.31 0.21 0 0.62
HSL 220º 0.18% 0.32% -
HSV(B) 220º 0.31% 0.38% -
XYZ 7.13 7.36 12.36 -
YUV 76.29 139.69 121.37 -
System Red Green Blue C M Y K H S L
Decimal 67 77 97 0.31 0.21 0 0.62 220 0.18 0.32
Hex 43 4D 61 1F 15 0 3E DC 12 20
Octal 103 115 141 37 25 0 76 334 22 40
Binary 1000011 1001101 1100001 11111 10101 0 111110 11011100 10010 100000

Color Harmonies of #434D61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434D61

Black with #434D61

Text Example


Text Example

White with #434D61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #434D61;
 }
 .AnyTagClassName
 {
   color: #434D61;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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