Html Css Color HEX #425478 Chambray

📋 copy color: '#425478'

red 66 ◦ green 84 ◦ blue 120

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

Shades of Chambray #425478

Tints of Chambray #425478

RGB

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

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

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

R = 24.44%
G = 31.11%
B = 44.44%

CMYK

 C value IS 0.45

 M value IS 0.3

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#425478 (or 0x425478) is known color: Chambray. HEX triplet: 42, 54 and 78. RGB value is (66,84,120). Sum of RGB (Red+Green+Blue) = 66+84+120=270 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.44% from 270); Green value is 84 (33.20% from 255 or 31.11% from 270); Blue value is 120 (47.27% from 255 or 44.44% from 270); Max value from RGB is 120 - color contains mainly: blue. Hex color #425478 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425478 is #BDAB87. Grayscale: #525252. Windows color (decimal): -12430216 or 7885890. OLE color: 7885890.

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

Color convert

RGB 66 84 120 -
CMYK 0.45 0.3 0 0.53
HSL 220º 0.29% 0.36% -
HSV(B) 220º 0.45% 0.47% -
XYZ 8.81 8.85 19.01 -
YUV 82.72 149.04 116.07 -
System Red Green Blue C M Y K H S L
Decimal 66 84 120 0.45 0.3 0 0.53 220 0.29 0.36
Hex 42 54 78 2D 1E 0 35 DC 1D 24
Octal 102 124 170 55 36 0 65 334 35 44
Binary 1000010 1010100 1111000 101101 11110 0 110101 11011100 11101 100100

Color Harmonies of #425478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425478

Black with #425478

Text Example


Text Example

White with #425478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425478; }

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

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

background-color css

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

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

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

border-color css

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

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

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