Html Css Color HEX #425978 Chambray

📋 copy color: '#425978'

red 66 ◦ green 89 ◦ blue 120

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

Shades of Chambray #425978

Tints of Chambray #425978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 43.64%

R = 24%
G = 32.36%
B = 43.64%

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

#425978 (or 0x425978) is known color: Chambray. HEX triplet: 42, 59 and 78. RGB value is (66,89,120). Sum of RGB (Red+Green+Blue) = 66+89+120=275 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24% from 275); Green value is 89 (35.16% from 255 or 32.36% from 275); Blue value is 120 (47.27% from 255 or 43.64% from 275); Max value from RGB is 120 - color contains mainly: blue. Hex color #425978 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425978 is #BDA687. Grayscale: #555555. Windows color (decimal): -12428936 or 7887170. OLE color: 7887170.

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

Color convert

RGB 66 89 120 -
CMYK 0.45 0.26 0 0.53
HSL 214.44º 0.29% 0.36% -
HSV(B) 214.44º 0.45% 0.47% -
XYZ 9.21 9.66 19.15 -
YUV 85.66 147.38 113.98 -
System Red Green Blue C M Y K H S L
Decimal 66 89 120 0.45 0.26 0 0.53 214.44 0.29 0.36
Hex 42 59 78 2D 1A 0 35 D6 1D 24
Octal 102 131 170 55 32 0 65 326 35 44
Binary 1000010 1011001 1111000 101101 11010 0 110101 11010110 11101 100100

Color Harmonies of #425978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425978

Black with #425978

Text Example


Text Example

White with #425978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425978; }

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

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

background-color css

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

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

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

border-color css

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

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

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