Html Css Color HEX #424E6C East Bay

📋 copy color: '#424E6C'

red 66 ◦ green 78 ◦ blue 108

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

Shades of East Bay #424E6C

Tints of East Bay #424E6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 42.86%

R = 26.19%
G = 30.95%
B = 42.86%

CMYK

 C value IS 0.39

 M value IS 0.28

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#424E6C (or 0x424E6C) is known color: East Bay. HEX triplet: 42, 4E and 6C. RGB value is (66,78,108). Sum of RGB (Red+Green+Blue) = 66+78+108=252 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.19% from 252); Green value is 78 (30.86% from 255 or 30.95% from 252); Blue value is 108 (42.58% from 255 or 42.86% from 252); Max value from RGB is 108 - color contains mainly: blue. Hex color #424E6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #424E6C is #BDB193. Grayscale: #4D4D4D. Windows color (decimal): -12431764 or 7097922. OLE color: 7097922.

HSL color Cylindrical-coordinate representation of color #424E6C: hue angle of 222.86º degrees, saturation: 0.24, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #424E6C is Cyan = 0.39, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 66 78 108 -
CMYK 0.39 0.28 0 0.58
HSL 222.86º 0.24% 0.34% -
HSV(B) 222.86º 0.39% 0.42% -
XYZ 7.68 7.69 15.27 -
YUV 77.83 145.02 119.56 -
System Red Green Blue C M Y K H S L
Decimal 66 78 108 0.39 0.28 0 0.58 222.86 0.24 0.34
Hex 42 4E 6C 27 1C 0 3A DF 18 22
Octal 102 116 154 47 34 0 72 337 30 42
Binary 1000010 1001110 1101100 100111 11100 0 111010 11011111 11000 100010

Color Harmonies of #424E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424E6C

Black with #424E6C

Text Example


Text Example

White with #424E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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