Html Css Color HEX #425675 Chambray

📋 copy color: '#425675'

red 66 ◦ green 86 ◦ blue 117

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

Shades of Chambray #425675

Tints of Chambray #425675

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 43.49%

R = 24.54%
G = 31.97%
B = 43.49%

CMYK

 C value IS 0.44

 M value IS 0.26

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#425675 (or 0x425675) is known color: Chambray. HEX triplet: 42, 56 and 75. RGB value is (66,86,117). Sum of RGB (Red+Green+Blue) = 66+86+117=269 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.54% from 269); Green value is 86 (33.98% from 255 or 31.97% from 269); Blue value is 117 (46.09% from 255 or 43.49% from 269); Max value from RGB is 117 - color contains mainly: blue. Hex color #425675 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425675 is #BDA98A. Grayscale: #535353. Windows color (decimal): -12429707 or 7689794. OLE color: 7689794.

HSL color Cylindrical-coordinate representation of color #425675: hue angle of 216.47º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #425675 is Cyan = 0.44, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 66 86 117 -
CMYK 0.44 0.26 0 0.54
HSL 216.47º 0.28% 0.36% -
HSV(B) 216.47º 0.44% 0.46% -
XYZ 8.79 9.1 18.12 -
YUV 83.55 146.87 115.48 -
System Red Green Blue C M Y K H S L
Decimal 66 86 117 0.44 0.26 0 0.54 216.47 0.28 0.36
Hex 42 56 75 2C 1A 0 36 D8 1C 24
Octal 102 126 165 54 32 0 66 330 34 44
Binary 1000010 1010110 1110101 101100 11010 0 110110 11011000 11100 100100

Color Harmonies of #425675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425675

Black with #425675

Text Example


Text Example

White with #425675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425675; }

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

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

background-color css

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

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

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

border-color css

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

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

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