Html Css Color HEX #425673 Chambray

📋 copy color: '#425673'

red 66 ◦ green 86 ◦ blue 115

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

Shades of Chambray #425673

Tints of Chambray #425673

RGB

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

 GREEN value IS 86 (33.98% from 255) = 32.21%

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

R = 24.72%
G = 32.21%
B = 43.07%

CMYK

 C value IS 0.43

 M value IS 0.25

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#425673 (or 0x425673) is known color: Chambray. HEX triplet: 42, 56 and 73. RGB value is (66,86,115). Sum of RGB (Red+Green+Blue) = 66+86+115=267 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.72% from 267); Green value is 86 (33.98% from 255 or 32.21% from 267); Blue value is 115 (45.31% from 255 or 43.07% from 267); Max value from RGB is 115 - color contains mainly: blue. Hex color #425673 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425673 is #BDA98C. Grayscale: #535353. Windows color (decimal): -12429709 or 7558722. OLE color: 7558722.

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

Color convert

RGB 66 86 115 -
CMYK 0.43 0.25 0 0.55
HSL 215.51º 0.27% 0.35% -
HSV(B) 215.51º 0.43% 0.45% -
XYZ 8.67 9.05 17.51 -
YUV 83.33 145.87 115.64 -
System Red Green Blue C M Y K H S L
Decimal 66 86 115 0.43 0.25 0 0.55 215.51 0.27 0.35
Hex 42 56 73 2B 19 0 37 D8 1B 23
Octal 102 126 163 53 31 0 67 330 33 43
Binary 1000010 1010110 1110011 101011 11001 0 110111 11011000 11011 100011

Color Harmonies of #425673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425673

Black with #425673

Text Example


Text Example

White with #425673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425673; }

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

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

background-color css

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

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

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

border-color css

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

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

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