Html Css Color HEX #425479 Chambray

📋 copy color: '#425479'

red 66 ◦ green 84 ◦ blue 121

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

Shades of Chambray #425479

Tints of Chambray #425479

RGB

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

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

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

R = 24.35%
G = 31%
B = 44.65%

CMYK

 C value IS 0.45

 M value IS 0.31

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#425479 (or 0x425479) is known color: Chambray. HEX triplet: 42, 54 and 79. RGB value is (66,84,121). Sum of RGB (Red+Green+Blue) = 66+84+121=271 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.35% from 271); Green value is 84 (33.20% from 255 or 31.00% from 271); Blue value is 121 (47.66% from 255 or 44.65% from 271); Max value from RGB is 121 - color contains mainly: blue. Hex color #425479 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425479 is #BDAB86. Grayscale: #525252. Windows color (decimal): -12430215 or 7951426. OLE color: 7951426.

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

Color convert

RGB 66 84 121 -
CMYK 0.45 0.31 0 0.53
HSL 220.36º 0.29% 0.37% -
HSV(B) 220.36º 0.45% 0.47% -
XYZ 8.87 8.88 19.34 -
YUV 82.84 149.54 115.99 -
System Red Green Blue C M Y K H S L
Decimal 66 84 121 0.45 0.31 0 0.53 220.36 0.29 0.37
Hex 42 54 79 2D 1F 0 35 DC 1D 25
Octal 102 124 171 55 37 0 65 334 35 45
Binary 1000010 1010100 1111001 101101 11111 0 110101 11011100 11101 100101

Color Harmonies of #425479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425479

Black with #425479

Text Example


Text Example

White with #425479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425479; }

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

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

background-color css

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

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

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

border-color css

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

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

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