Html Css Color HEX #425976 Chambray

📋 copy color: '#425976'

red 66 ◦ green 89 ◦ blue 118

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

Shades of Chambray #425976

Tints of Chambray #425976

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 43.22%

R = 24.18%
G = 32.6%
B = 43.22%

CMYK

 C value IS 0.44

 M value IS 0.25

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#425976 (or 0x425976) is known color: Chambray. HEX triplet: 42, 59 and 76. RGB value is (66,89,118). Sum of RGB (Red+Green+Blue) = 66+89+118=273 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.18% from 273); Green value is 89 (35.16% from 255 or 32.60% from 273); Blue value is 118 (46.48% from 255 or 43.22% from 273); Max value from RGB is 118 - color contains mainly: blue. Hex color #425976 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425976 is #BDA689. Grayscale: #555555. Windows color (decimal): -12428938 or 7756098. OLE color: 7756098.

HSL color Cylindrical-coordinate representation of color #425976: hue angle of 213.46º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #425976 is Cyan = 0.44, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 66 89 118 -
CMYK 0.44 0.25 0 0.54
HSL 213.46º 0.28% 0.36% -
HSV(B) 213.46º 0.44% 0.46% -
XYZ 9.09 9.61 18.52 -
YUV 85.43 146.38 114.14 -
System Red Green Blue C M Y K H S L
Decimal 66 89 118 0.44 0.25 0 0.54 213.46 0.28 0.36
Hex 42 59 76 2C 19 0 36 D5 1C 24
Octal 102 131 166 54 31 0 66 325 34 44
Binary 1000010 1011001 1110110 101100 11001 0 110110 11010101 11100 100100

Color Harmonies of #425976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425976

Black with #425976

Text Example


Text Example

White with #425976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425976; }

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

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

background-color css

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

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

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

border-color css

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

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

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