Html Css Color HEX #425069 East Bay

📋 copy color: '#425069'

red 66 ◦ green 80 ◦ blue 105

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

Shades of East Bay #425069

Tints of East Bay #425069

RGB

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

 GREEN value IS 80 (31.64% from 255) = 31.87%

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

R = 26.29%
G = 31.87%
B = 41.83%

CMYK

 C value IS 0.37

 M value IS 0.24

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#425069 (or 0x425069) is known color: East Bay. HEX triplet: 42, 50 and 69. RGB value is (66,80,105). Sum of RGB (Red+Green+Blue) = 66+80+105=251 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.29% from 251); Green value is 80 (31.64% from 255 or 31.87% from 251); Blue value is 105 (41.41% from 255 or 41.83% from 251); Max value from RGB is 105 - color contains mainly: blue. Hex color #425069 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425069 is #BDAF96. Grayscale: #4E4E4E. Windows color (decimal): -12431255 or 6901826. OLE color: 6901826.

HSL color Cylindrical-coordinate representation of color #425069: hue angle of 218.46º 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 #425069 is Cyan = 0.37, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 66 80 105 -
CMYK 0.37 0.24 0 0.59
HSL 218.46º 0.23% 0.34% -
HSV(B) 218.46º 0.37% 0.41% -
XYZ 7.67 7.92 14.49 -
YUV 78.66 142.86 118.97 -
System Red Green Blue C M Y K H S L
Decimal 66 80 105 0.37 0.24 0 0.59 218.46 0.23 0.34
Hex 42 50 69 25 18 0 3B DA 17 22
Octal 102 120 151 45 30 0 73 332 27 42
Binary 1000010 1010000 1101001 100101 11000 0 111011 11011010 10111 100010

Color Harmonies of #425069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425069

Black with #425069

Text Example


Text Example

White with #425069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425069; }

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

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

background-color css

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

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

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

border-color css

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

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

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