Html Css Color HEX #425C76 Chambray

📋 copy color: '#425C76'

red 66 ◦ green 92 ◦ blue 118

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

Shades of Chambray #425C76

Tints of Chambray #425C76

RGB

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

 GREEN value IS 92 (36.33% from 255) = 33.33%

 BLUE value IS 118 (46.48% from 255) = 42.75%

R = 23.91%
G = 33.33%
B = 42.75%

CMYK

 C value IS 0.44

 M value IS 0.22

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#425C76 (or 0x425C76) is known color: Chambray. HEX triplet: 42, 5C and 76. RGB value is (66,92,118). Sum of RGB (Red+Green+Blue) = 66+92+118=276 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.91% from 276); Green value is 92 (36.33% from 255 or 33.33% from 276); Blue value is 118 (46.48% from 255 or 42.75% from 276); Max value from RGB is 118 - color contains mainly: blue. Hex color #425C76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425C76 is #BDA389. Grayscale: #575757. Windows color (decimal): -12428170 or 7756866. OLE color: 7756866.

HSL color Cylindrical-coordinate representation of color #425C76: hue angle of 210º 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 #425C76 is Cyan = 0.44, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 66 92 118 -
CMYK 0.44 0.22 0 0.54
HSL 210º 0.28% 0.36% -
HSV(B) 210º 0.44% 0.46% -
XYZ 9.34 10.12 18.6 -
YUV 87.19 145.39 112.89 -
System Red Green Blue C M Y K H S L
Decimal 66 92 118 0.44 0.22 0 0.54 210 0.28 0.36
Hex 42 5C 76 2C 16 0 36 D2 1C 24
Octal 102 134 166 54 26 0 66 322 34 44
Binary 1000010 1011100 1110110 101100 10110 0 110110 11010010 11100 100100

Color Harmonies of #425C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425C76

Black with #425C76

Text Example


Text Example

White with #425C76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425C76; }

 p { color: rgb(66,92,118); }

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

background-color css

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

 a { background-color: rgb(66,92,118); }

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

border-color css

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

 span { border-color: rgb(66,92,118); }

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