Html Css Color HEX #425977 Chambray

📋 copy color: '#425977'

red 66 ◦ green 89 ◦ blue 119

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

Shades of Chambray #425977

Tints of Chambray #425977

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 43.43%

R = 24.09%
G = 32.48%
B = 43.43%

CMYK

 C value IS 0.45

 M value IS 0.25

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#425977 (or 0x425977) is known color: Chambray. HEX triplet: 42, 59 and 77. RGB value is (66,89,119). Sum of RGB (Red+Green+Blue) = 66+89+119=274 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.09% from 274); Green value is 89 (35.16% from 255 or 32.48% from 274); Blue value is 119 (46.88% from 255 or 43.43% from 274); Max value from RGB is 119 - color contains mainly: blue. Hex color #425977 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425977 is #BDA688. Grayscale: #555555. Windows color (decimal): -12428937 or 7821634. OLE color: 7821634.

HSL color Cylindrical-coordinate representation of color #425977: hue angle of 213.96º 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 #425977 is Cyan = 0.45, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 66 89 119 -
CMYK 0.45 0.25 0 0.53
HSL 213.96º 0.29% 0.36% -
HSV(B) 213.96º 0.45% 0.47% -
XYZ 9.15 9.63 18.83 -
YUV 85.54 146.88 114.06 -
System Red Green Blue C M Y K H S L
Decimal 66 89 119 0.45 0.25 0 0.53 213.96 0.29 0.36
Hex 42 59 77 2D 19 0 35 D6 1D 24
Octal 102 131 167 55 31 0 65 326 35 44
Binary 1000010 1011001 1110111 101101 11001 0 110101 11010110 11101 100100

Color Harmonies of #425977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425977

Black with #425977

Text Example


Text Example

White with #425977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425977; }

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

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

background-color css

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

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

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

border-color css

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

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

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