Html Css Color HEX #425779 Chambray

📋 copy color: '#425779'

red 66 ◦ green 87 ◦ blue 121

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

Shades of Chambray #425779

Tints of Chambray #425779

RGB

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

 GREEN value IS 87 (34.38% from 255) = 31.75%

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

R = 24.09%
G = 31.75%
B = 44.16%

CMYK

 C value IS 0.45

 M value IS 0.28

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#425779 (or 0x425779) is known color: Chambray. HEX triplet: 42, 57 and 79. RGB value is (66,87,121). Sum of RGB (Red+Green+Blue) = 66+87+121=274 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.09% from 274); Green value is 87 (34.38% from 255 or 31.75% from 274); Blue value is 121 (47.66% from 255 or 44.16% from 274); Max value from RGB is 121 - color contains mainly: blue. Hex color #425779 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425779 is #BDA886. Grayscale: #545454. Windows color (decimal): -12429447 or 7952194. OLE color: 7952194.

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

Color convert

RGB 66 87 121 -
CMYK 0.45 0.28 0 0.53
HSL 217.09º 0.29% 0.37% -
HSV(B) 217.09º 0.45% 0.47% -
XYZ 9.11 9.36 19.41 -
YUV 84.6 148.54 114.74 -
System Red Green Blue C M Y K H S L
Decimal 66 87 121 0.45 0.28 0 0.53 217.09 0.29 0.37
Hex 42 57 79 2D 1C 0 35 D9 1D 25
Octal 102 127 171 55 34 0 65 331 35 45
Binary 1000010 1010111 1111001 101101 11100 0 110101 11011001 11101 100101

Color Harmonies of #425779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425779

Black with #425779

Text Example


Text Example

White with #425779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425779; }

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

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

background-color css

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

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

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

border-color css

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

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

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