Html Css Color HEX #425269 East Bay

📋 copy color: '#425269'

red 66 ◦ green 82 ◦ blue 105

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

Shades of East Bay #425269

Tints of East Bay #425269

RGB

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

 GREEN value IS 82 (32.42% from 255) = 32.41%

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

R = 26.09%
G = 32.41%
B = 41.5%

CMYK

 C value IS 0.37

 M value IS 0.22

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#425269 (or 0x425269) is known color: East Bay. HEX triplet: 42, 52 and 69. RGB value is (66,82,105). Sum of RGB (Red+Green+Blue) = 66+82+105=253 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.09% from 253); Green value is 82 (32.42% from 255 or 32.41% from 253); Blue value is 105 (41.41% from 255 or 41.50% from 253); Max value from RGB is 105 - color contains mainly: blue. Hex color #425269 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425269 is #BDAD96. Grayscale: #4F4F4F. Windows color (decimal): -12430743 or 6902338. OLE color: 6902338.

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

Color convert

RGB 66 82 105 -
CMYK 0.37 0.22 0 0.59
HSL 215.38º 0.23% 0.34% -
HSV(B) 215.38º 0.37% 0.41% -
XYZ 7.81 8.21 14.54 -
YUV 79.84 142.2 118.13 -
System Red Green Blue C M Y K H S L
Decimal 66 82 105 0.37 0.22 0 0.59 215.38 0.23 0.34
Hex 42 52 69 25 16 0 3B D7 17 22
Octal 102 122 151 45 26 0 73 327 27 42
Binary 1000010 1010010 1101001 100101 10110 0 111011 11010111 10111 100010

Color Harmonies of #425269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425269

Black with #425269

Text Example


Text Example

White with #425269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425269; }

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

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

background-color css

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

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

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

border-color css

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

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

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