Html Css Color HEX #425471 Chambray

📋 copy color: '#425471'

red 66 ◦ green 84 ◦ blue 113

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

Shades of Chambray #425471

Tints of Chambray #425471

RGB

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

 GREEN value IS 84 (33.2% from 255) = 31.94%

 BLUE value IS 113 (44.53% from 255) = 42.97%

R = 25.1%
G = 31.94%
B = 42.97%

CMYK

 C value IS 0.42

 M value IS 0.26

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#425471 (or 0x425471) is known color: Chambray. HEX triplet: 42, 54 and 71. RGB value is (66,84,113). Sum of RGB (Red+Green+Blue) = 66+84+113=263 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.10% from 263); Green value is 84 (33.20% from 255 or 31.94% from 263); Blue value is 113 (44.53% from 255 or 42.97% from 263); Max value from RGB is 113 - color contains mainly: blue. Hex color #425471 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425471 is #BDAB8E. Grayscale: #515151. Windows color (decimal): -12430223 or 7427138. OLE color: 7427138.

HSL color Cylindrical-coordinate representation of color #425471: hue angle of 217.02º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #425471 is Cyan = 0.42, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 66 84 113 -
CMYK 0.42 0.26 0 0.56
HSL 217.02º 0.26% 0.35% -
HSV(B) 217.02º 0.42% 0.44% -
XYZ 8.4 8.69 16.86 -
YUV 81.92 145.54 116.64 -
System Red Green Blue C M Y K H S L
Decimal 66 84 113 0.42 0.26 0 0.56 217.02 0.26 0.35
Hex 42 54 71 2A 1A 0 38 D9 1A 23
Octal 102 124 161 52 32 0 70 331 32 43
Binary 1000010 1010100 1110001 101010 11010 0 111000 11011001 11010 100011

Color Harmonies of #425471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425471

Black with #425471

Text Example


Text Example

White with #425471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425471; }

 p { color: rgb(66,84,113); }

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

background-color css

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

 a { background-color: rgb(66,84,113); }

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

border-color css

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

 span { border-color: rgb(66,84,113); }

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