Html Css Color HEX #425A77 Chambray

📋 copy color: '#425A77'

red 66 ◦ green 90 ◦ blue 119

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

Shades of Chambray #425A77

Tints of Chambray #425A77

RGB

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

 GREEN value IS 90 (35.55% from 255) = 32.73%

 BLUE value IS 119 (46.88% from 255) = 43.27%

R = 24%
G = 32.73%
B = 43.27%

CMYK

 C value IS 0.45

 M value IS 0.24

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#425A77 (or 0x425A77) is known color: Chambray. HEX triplet: 42, 5A and 77. RGB value is (66,90,119). Sum of RGB (Red+Green+Blue) = 66+90+119=275 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24% from 275); Green value is 90 (35.55% from 255 or 32.73% from 275); Blue value is 119 (46.88% from 255 or 43.27% from 275); Max value from RGB is 119 - color contains mainly: blue. Hex color #425A77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425A77 is #BDA588. Grayscale: #555555. Windows color (decimal): -12428681 or 7821890. OLE color: 7821890.

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

Color convert

RGB 66 90 119 -
CMYK 0.45 0.24 0 0.53
HSL 212.83º 0.29% 0.36% -
HSV(B) 212.83º 0.45% 0.47% -
XYZ 9.23 9.8 18.86 -
YUV 86.13 146.55 113.64 -
System Red Green Blue C M Y K H S L
Decimal 66 90 119 0.45 0.24 0 0.53 212.83 0.29 0.36
Hex 42 5A 77 2D 18 0 35 D5 1D 24
Octal 102 132 167 55 30 0 65 325 35 44
Binary 1000010 1011010 1110111 101101 11000 0 110101 11010101 11101 100100

Color Harmonies of #425A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425A77

Black with #425A77

Text Example


Text Example

White with #425A77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425A77; }

 p { color: rgb(66,90,119); }

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

background-color css

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

 a { background-color: rgb(66,90,119); }

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

border-color css

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

 span { border-color: rgb(66,90,119); }

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