Html Css Color HEX #425679 Chambray

📋 copy color: '#425679'

red 66 ◦ green 86 ◦ blue 121

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

Shades of Chambray #425679

Tints of Chambray #425679

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 44.32%

R = 24.18%
G = 31.5%
B = 44.32%

CMYK

 C value IS 0.45

 M value IS 0.29

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#425679 (or 0x425679) is known color: Chambray. HEX triplet: 42, 56 and 79. RGB value is (66,86,121). Sum of RGB (Red+Green+Blue) = 66+86+121=273 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.18% from 273); Green value is 86 (33.98% from 255 or 31.50% from 273); Blue value is 121 (47.66% from 255 or 44.32% from 273); Max value from RGB is 121 - color contains mainly: blue. Hex color #425679 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425679 is #BDA986. Grayscale: #535353. Windows color (decimal): -12429703 or 7951938. OLE color: 7951938.

HSL color Cylindrical-coordinate representation of color #425679: hue angle of 218.18º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #425679 is Cyan = 0.45, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 66 86 121 -
CMYK 0.45 0.29 0 0.53
HSL 218.18º 0.29% 0.37% -
HSV(B) 218.18º 0.45% 0.47% -
XYZ 9.03 9.19 19.39 -
YUV 84.01 148.87 115.15 -
System Red Green Blue C M Y K H S L
Decimal 66 86 121 0.45 0.29 0 0.53 218.18 0.29 0.37
Hex 42 56 79 2D 1D 0 35 DA 1D 25
Octal 102 126 171 55 35 0 65 332 35 45
Binary 1000010 1010110 1111001 101101 11101 0 110101 11011010 11101 100101

Color Harmonies of #425679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425679

Black with #425679

Text Example


Text Example

White with #425679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425679; }

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

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

background-color css

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

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

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

border-color css

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

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

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