Html Css Color HEX #425971 Chambray

📋 copy color: '#425971'

red 66 ◦ green 89 ◦ blue 113

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

Shades of Chambray #425971

Tints of Chambray #425971

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 42.16%

R = 24.63%
G = 33.21%
B = 42.16%

CMYK

 C value IS 0.42

 M value IS 0.21

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#425971 (or 0x425971) is known color: Chambray. HEX triplet: 42, 59 and 71. RGB value is (66,89,113). Sum of RGB (Red+Green+Blue) = 66+89+113=268 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.63% from 268); Green value is 89 (35.16% from 255 or 33.21% from 268); Blue value is 113 (44.53% from 255 or 42.16% from 268); Max value from RGB is 113 - color contains mainly: blue. Hex color #425971 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425971 is #BDA68E. Grayscale: #545454. Windows color (decimal): -12428943 or 7428418. OLE color: 7428418.

HSL color Cylindrical-coordinate representation of color #425971: hue angle of 210.64º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #425971 is Cyan = 0.42, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 66 89 113 -
CMYK 0.42 0.21 0 0.56
HSL 210.64º 0.26% 0.35% -
HSV(B) 210.64º 0.42% 0.44% -
XYZ 8.8 9.5 16.99 -
YUV 84.86 143.88 114.55 -
System Red Green Blue C M Y K H S L
Decimal 66 89 113 0.42 0.21 0 0.56 210.64 0.26 0.35
Hex 42 59 71 2A 15 0 38 D3 1A 23
Octal 102 131 161 52 25 0 70 323 32 43
Binary 1000010 1011001 1110001 101010 10101 0 111000 11010011 11010 100011

Color Harmonies of #425971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425971

Black with #425971

Text Example


Text Example

White with #425971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425971; }

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

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

background-color css

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

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

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

border-color css

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

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

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