Html Css Color HEX #424F6A East Bay

📋 copy color: '#424F6A'

red 66 ◦ green 79 ◦ blue 106

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

Shades of East Bay #424F6A

Tints of East Bay #424F6A

RGB

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

 GREEN value IS 79 (31.25% from 255) = 31.47%

 BLUE value IS 106 (41.8% from 255) = 42.23%

R = 26.29%
G = 31.47%
B = 42.23%

CMYK

 C value IS 0.38

 M value IS 0.25

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#424F6A (or 0x424F6A) is known color: East Bay. HEX triplet: 42, 4F and 6A. RGB value is (66,79,106). Sum of RGB (Red+Green+Blue) = 66+79+106=251 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.29% from 251); Green value is 79 (31.25% from 255 or 31.47% from 251); Blue value is 106 (41.80% from 255 or 42.23% from 251); Max value from RGB is 106 - color contains mainly: blue. Hex color #424F6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #424F6A is #BDB095. Grayscale: #4E4E4E. Windows color (decimal): -12431510 or 6967106. OLE color: 6967106.

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

Color convert

RGB 66 79 106 -
CMYK 0.38 0.25 0 0.58
HSL 220.5º 0.23% 0.34% -
HSV(B) 220.5º 0.38% 0.42% -
XYZ 7.64 7.79 14.74 -
YUV 78.19 143.69 119.3 -
System Red Green Blue C M Y K H S L
Decimal 66 79 106 0.38 0.25 0 0.58 220.5 0.23 0.34
Hex 42 4F 6A 26 19 0 3A DC 17 22
Octal 102 117 152 46 31 0 72 334 27 42
Binary 1000010 1001111 1101010 100110 11001 0 111010 11011100 10111 100010

Color Harmonies of #424F6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424F6A

Black with #424F6A

Text Example


Text Example

White with #424F6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,79,106); }

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

background-color css

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

 a { background-color: rgb(66,79,106); }

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

border-color css

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

 span { border-color: rgb(66,79,106); }

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