Html Css Color HEX #424C63 East Bay

📋 copy color: '#424C63'

red 66 ◦ green 76 ◦ blue 99

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

Shades of East Bay #424C63

Tints of East Bay #424C63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 41.08%

R = 27.39%
G = 31.54%
B = 41.08%

CMYK

 C value IS 0.33

 M value IS 0.23

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#424C63 (or 0x424C63) is known color: East Bay. HEX triplet: 42, 4C and 63. RGB value is (66,76,99). Sum of RGB (Red+Green+Blue) = 66+76+99=241 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.39% from 241); Green value is 76 (30.08% from 255 or 31.54% from 241); Blue value is 99 (39.06% from 255 or 41.08% from 241); Max value from RGB is 99 - color contains mainly: blue. Hex color #424C63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424C63 is #BDB39C. Grayscale: #4B4B4B. Windows color (decimal): -12432285 or 6507586. OLE color: 6507586.

HSL color Cylindrical-coordinate representation of color #424C63: hue angle of 221.82º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #424C63 is Cyan = 0.33, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 66 76 99 -
CMYK 0.33 0.23 0 0.61
HSL 221.82º 0.2% 0.32% -
HSV(B) 221.82º 0.33% 0.39% -
XYZ 7.08 7.23 12.83 -
YUV 75.63 141.19 121.13 -
System Red Green Blue C M Y K H S L
Decimal 66 76 99 0.33 0.23 0 0.61 221.82 0.2 0.32
Hex 42 4C 63 21 17 0 3D DE 14 20
Octal 102 114 143 41 27 0 75 336 24 40
Binary 1000010 1001100 1100011 100001 10111 0 111101 11011110 10100 100000

Color Harmonies of #424C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424C63

Black with #424C63

Text Example


Text Example

White with #424C63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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