Html Css Color HEX #424E63 East Bay

📋 copy color: '#424E63'

red 66 ◦ green 78 ◦ blue 99

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

Shades of East Bay #424E63

Tints of East Bay #424E63

RGB

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

 GREEN value IS 78 (30.86% from 255) = 32.1%

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

R = 27.16%
G = 32.1%
B = 40.74%

CMYK

 C value IS 0.33

 M value IS 0.21

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#424E63 (or 0x424E63) is known color: East Bay. HEX triplet: 42, 4E and 63. RGB value is (66,78,99). Sum of RGB (Red+Green+Blue) = 66+78+99=243 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.16% from 243); Green value is 78 (30.86% from 255 or 32.10% from 243); Blue value is 99 (39.06% from 255 or 40.74% from 243); Max value from RGB is 99 - color contains mainly: blue. Hex color #424E63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #424E63 is #BDB19C. Grayscale: #4C4C4C. Windows color (decimal): -12431773 or 6508098. OLE color: 6508098.

HSL color Cylindrical-coordinate representation of color #424E63: hue angle of 218.18º 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 #424E63 is Cyan = 0.33, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 66 78 99 -
CMYK 0.33 0.21 0 0.61
HSL 218.18º 0.2% 0.32% -
HSV(B) 218.18º 0.33% 0.39% -
XYZ 7.22 7.51 12.87 -
YUV 76.81 140.52 120.29 -
System Red Green Blue C M Y K H S L
Decimal 66 78 99 0.33 0.21 0 0.61 218.18 0.2 0.32
Hex 42 4E 63 21 15 0 3D DA 14 20
Octal 102 116 143 41 25 0 75 332 24 40
Binary 1000010 1001110 1100011 100001 10101 0 111101 11011010 10100 100000

Color Harmonies of #424E63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424E63

Black with #424E63

Text Example


Text Example

White with #424E63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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