Html Css Color HEX #425973 Chambray

📋 copy color: '#425973'

red 66 ◦ green 89 ◦ blue 115

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

Shades of Chambray #425973

Tints of Chambray #425973

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 42.59%

R = 24.44%
G = 32.96%
B = 42.59%

CMYK

 C value IS 0.43

 M value IS 0.23

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#425973 (or 0x425973) is known color: Chambray. HEX triplet: 42, 59 and 73. RGB value is (66,89,115). Sum of RGB (Red+Green+Blue) = 66+89+115=270 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.44% from 270); Green value is 89 (35.16% from 255 or 32.96% from 270); Blue value is 115 (45.31% from 255 or 42.59% from 270); Max value from RGB is 115 - color contains mainly: blue. Hex color #425973 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425973 is #BDA68C. Grayscale: #545454. Windows color (decimal): -12428941 or 7559490. OLE color: 7559490.

HSL color Cylindrical-coordinate representation of color #425973: hue angle of 211.84º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #425973 is Cyan = 0.43, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 66 89 115 -
CMYK 0.43 0.23 0 0.55
HSL 211.84º 0.27% 0.35% -
HSV(B) 211.84º 0.43% 0.45% -
XYZ 8.91 9.54 17.59 -
YUV 85.09 144.88 114.39 -
System Red Green Blue C M Y K H S L
Decimal 66 89 115 0.43 0.23 0 0.55 211.84 0.27 0.35
Hex 42 59 73 2B 17 0 37 D4 1B 23
Octal 102 131 163 53 27 0 67 324 33 43
Binary 1000010 1011001 1110011 101011 10111 0 110111 11010100 11011 100011

Color Harmonies of #425973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425973

Black with #425973

Text Example


Text Example

White with #425973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425973; }

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

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

background-color css

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

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

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

border-color css

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

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

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