Html Css Color HEX #424D69 East Bay

📋 copy color: '#424D69'

red 66 ◦ green 77 ◦ blue 105

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

Shades of East Bay #424D69

Tints of East Bay #424D69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 42.34%

R = 26.61%
G = 31.05%
B = 42.34%

CMYK

 C value IS 0.37

 M value IS 0.27

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#424D69 (or 0x424D69) is known color: East Bay. HEX triplet: 42, 4D and 69. RGB value is (66,77,105). Sum of RGB (Red+Green+Blue) = 66+77+105=248 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.61% from 248); Green value is 77 (30.47% from 255 or 31.05% from 248); Blue value is 105 (41.41% from 255 or 42.34% from 248); Max value from RGB is 105 - color contains mainly: blue. Hex color #424D69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #424D69 is #BDB296. Grayscale: #4C4C4C. Windows color (decimal): -12432023 or 6901058. OLE color: 6901058.

HSL color Cylindrical-coordinate representation of color #424D69: hue angle of 223.08º degrees, saturation: 0.23, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #424D69 is Cyan = 0.37, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 66 77 105 -
CMYK 0.37 0.27 0 0.59
HSL 223.08º 0.23% 0.34% -
HSV(B) 223.08º 0.37% 0.41% -
XYZ 7.45 7.49 14.42 -
YUV 76.9 143.86 120.22 -
System Red Green Blue C M Y K H S L
Decimal 66 77 105 0.37 0.27 0 0.59 223.08 0.23 0.34
Hex 42 4D 69 25 1B 0 3B DF 17 22
Octal 102 115 151 45 33 0 73 337 27 42
Binary 1000010 1001101 1101001 100101 11011 0 111011 11011111 10111 100010

Color Harmonies of #424D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424D69

Black with #424D69

Text Example


Text Example

White with #424D69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,77,105); }

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

background-color css

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

 a { background-color: rgb(66,77,105); }

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

border-color css

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

 span { border-color: rgb(66,77,105); }

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