Html Css Color HEX #425672 Chambray

📋 copy color: '#425672'

red 66 ◦ green 86 ◦ blue 114

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

Shades of Chambray #425672

Tints of Chambray #425672

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 42.86%

R = 24.81%
G = 32.33%
B = 42.86%

CMYK

 C value IS 0.42

 M value IS 0.25

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#425672 (or 0x425672) is known color: Chambray. HEX triplet: 42, 56 and 72. RGB value is (66,86,114). Sum of RGB (Red+Green+Blue) = 66+86+114=266 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.81% from 266); Green value is 86 (33.98% from 255 or 32.33% from 266); Blue value is 114 (44.92% from 255 or 42.86% from 266); Max value from RGB is 114 - color contains mainly: blue. Hex color #425672 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425672 is #BDA98D. Grayscale: #535353. Windows color (decimal): -12429710 or 7493186. OLE color: 7493186.

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

Color convert

RGB 66 86 114 -
CMYK 0.42 0.25 0 0.55
HSL 215º 0.27% 0.35% -
HSV(B) 215º 0.42% 0.45% -
XYZ 8.61 9.03 17.21 -
YUV 83.21 145.37 115.72 -
System Red Green Blue C M Y K H S L
Decimal 66 86 114 0.42 0.25 0 0.55 215 0.27 0.35
Hex 42 56 72 2A 19 0 37 D7 1B 23
Octal 102 126 162 52 31 0 67 327 33 43
Binary 1000010 1010110 1110010 101010 11001 0 110111 11010111 11011 100011

Color Harmonies of #425672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425672

Black with #425672

Text Example


Text Example

White with #425672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425672; }

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

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

background-color css

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

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

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

border-color css

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

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

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