Html Css Color HEX #425979 Chambray

📋 copy color: '#425979'

red 66 ◦ green 89 ◦ blue 121

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

Shades of Chambray #425979

Tints of Chambray #425979

RGB

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

 GREEN value IS 89 (35.16% from 255) = 32.25%

 BLUE value IS 121 (47.66% from 255) = 43.84%

R = 23.91%
G = 32.25%
B = 43.84%

CMYK

 C value IS 0.45

 M value IS 0.26

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#425979 (or 0x425979) is known color: Chambray. HEX triplet: 42, 59 and 79. RGB value is (66,89,121). Sum of RGB (Red+Green+Blue) = 66+89+121=276 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.91% from 276); Green value is 89 (35.16% from 255 or 32.25% from 276); Blue value is 121 (47.66% from 255 or 43.84% from 276); Max value from RGB is 121 - color contains mainly: blue. Hex color #425979 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425979 is #BDA686. Grayscale: #555555. Windows color (decimal): -12428935 or 7952706. OLE color: 7952706.

HSL color Cylindrical-coordinate representation of color #425979: hue angle of 214.91º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #425979 is Cyan = 0.45, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 66 89 121 -
CMYK 0.45 0.26 0 0.53
HSL 214.91º 0.29% 0.37% -
HSV(B) 214.91º 0.45% 0.47% -
XYZ 9.27 9.68 19.47 -
YUV 85.77 147.88 113.9 -
System Red Green Blue C M Y K H S L
Decimal 66 89 121 0.45 0.26 0 0.53 214.91 0.29 0.37
Hex 42 59 79 2D 1A 0 35 D7 1D 25
Octal 102 131 171 55 32 0 65 327 35 45
Binary 1000010 1011001 1111001 101101 11010 0 110101 11010111 11101 100101

Color Harmonies of #425979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425979

Black with #425979

Text Example


Text Example

White with #425979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425979; }

 p { color: rgb(66,89,121); }

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

background-color css

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

 a { background-color: rgb(66,89,121); }

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

border-color css

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

 span { border-color: rgb(66,89,121); }

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