Html Css Color HEX #425A78 Chambray

📋 copy color: '#425A78'

red 66 ◦ green 90 ◦ blue 120

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

Shades of Chambray #425A78

Tints of Chambray #425A78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 43.48%

R = 23.91%
G = 32.61%
B = 43.48%

CMYK

 C value IS 0.45

 M value IS 0.25

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#425A78 (or 0x425A78) is known color: Chambray. HEX triplet: 42, 5A and 78. RGB value is (66,90,120). Sum of RGB (Red+Green+Blue) = 66+90+120=276 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.91% from 276); Green value is 90 (35.55% from 255 or 32.61% from 276); Blue value is 120 (47.27% from 255 or 43.48% from 276); Max value from RGB is 120 - color contains mainly: blue. Hex color #425A78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425A78 is #BDA587. Grayscale: #565656. Windows color (decimal): -12428680 or 7887426. OLE color: 7887426.

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

Color convert

RGB 66 90 120 -
CMYK 0.45 0.25 0 0.53
HSL 213.33º 0.29% 0.36% -
HSV(B) 213.33º 0.45% 0.47% -
XYZ 9.29 9.83 19.18 -
YUV 86.24 147.05 113.56 -
System Red Green Blue C M Y K H S L
Decimal 66 90 120 0.45 0.25 0 0.53 213.33 0.29 0.36
Hex 42 5A 78 2D 19 0 35 D5 1D 24
Octal 102 132 170 55 31 0 65 325 35 44
Binary 1000010 1011010 1111000 101101 11001 0 110101 11010101 11101 100100

Color Harmonies of #425A78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425A78

Black with #425A78

Text Example


Text Example

White with #425A78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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