Html Css Color HEX #425879 Chambray

📋 copy color: '#425879'

red 66 ◦ green 88 ◦ blue 121

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

Shades of Chambray #425879

Tints of Chambray #425879

RGB

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

 GREEN value IS 88 (34.77% from 255) = 32%

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

R = 24%
G = 32%
B = 44%

CMYK

 C value IS 0.45

 M value IS 0.27

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#425879 (or 0x425879) is known color: Chambray. HEX triplet: 42, 58 and 79. RGB value is (66,88,121). Sum of RGB (Red+Green+Blue) = 66+88+121=275 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24% from 275); Green value is 88 (34.77% from 255 or 32% from 275); Blue value is 121 (47.66% from 255 or 44% from 275); Max value from RGB is 121 - color contains mainly: blue. Hex color #425879 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425879 is #BDA786. Grayscale: #555555. Windows color (decimal): -12429191 or 7952450. OLE color: 7952450.

HSL color Cylindrical-coordinate representation of color #425879: hue angle of 216º 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 #425879 is Cyan = 0.45, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 66 88 121 -
CMYK 0.45 0.27 0 0.53
HSL 216º 0.29% 0.37% -
HSV(B) 216º 0.45% 0.47% -
XYZ 9.19 9.52 19.44 -
YUV 85.18 148.21 114.32 -
System Red Green Blue C M Y K H S L
Decimal 66 88 121 0.45 0.27 0 0.53 216 0.29 0.37
Hex 42 58 79 2D 1B 0 35 D8 1D 25
Octal 102 130 171 55 33 0 65 330 35 45
Binary 1000010 1011000 1111001 101101 11011 0 110101 11011000 11101 100101

Color Harmonies of #425879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425879

Black with #425879

Text Example


Text Example

White with #425879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425879; }

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

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

background-color css

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

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

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

border-color css

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

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

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