Html Css Color HEX #424C61 East Bay

📋 copy color: '#424C61'

red 66 ◦ green 76 ◦ blue 97

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

Shades of East Bay #424C61

Tints of East Bay #424C61

RGB

 RED value IS 66 (26.17% from 255) = 27.62%

 GREEN value IS 76 (30.08% from 255) = 31.8%

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

R = 27.62%
G = 31.8%
B = 40.59%

CMYK

 C value IS 0.32

 M value IS 0.22

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#424C61 (or 0x424C61) is known color: East Bay. HEX triplet: 42, 4C and 61. RGB value is (66,76,97). Sum of RGB (Red+Green+Blue) = 66+76+97=239 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.62% from 239); Green value is 76 (30.08% from 255 or 31.80% 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 #424C61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424C61 is #BDB39E. Grayscale: #4B4B4B. Windows color (decimal): -12432287 or 6376514. OLE color: 6376514.

HSL color Cylindrical-coordinate representation of color #424C61: hue angle of 220.65º 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 #424C61 is Cyan = 0.32, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 66 76 97 -
CMYK 0.32 0.22 0 0.62
HSL 220.65º 0.19% 0.32% -
HSV(B) 220.65º 0.32% 0.38% -
XYZ 6.99 7.19 12.33 -
YUV 75.4 140.19 121.29 -
System Red Green Blue C M Y K H S L
Decimal 66 76 97 0.32 0.22 0 0.62 220.65 0.19 0.32
Hex 42 4C 61 20 16 0 3E DD 13 20
Octal 102 114 141 40 26 0 76 335 23 40
Binary 1000010 1001100 1100001 100000 10110 0 111110 11011101 10011 100000

Color Harmonies of #424C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424C61

Black with #424C61

Text Example


Text Example

White with #424C61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424C61; }

 p { color: rgb(66,76,97); }

 H1.HeaderClassName
 {
   color: #424C61;
 }
 .AnyTagClassName
 {
   color: #424C61;
 }
</style>

background-color css

<style>
 a { background-color: #424C61; }

 a { background-color: rgb(66,76,97); }

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

border-color css

<style>
 span { border-color: #424C61; }

 span { border-color: rgb(66,76,97); }

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