Html Css Color HEX #425466 Cello

📋 copy color: '#425466'

red 66 ◦ green 84 ◦ blue 102

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

Shades of Cello #425466

Tints of Cello #425466

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 40.48%

R = 26.19%
G = 33.33%
B = 40.48%

CMYK

 C value IS 0.35

 M value IS 0.18

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#425466 (or 0x425466) is known color: Cello. HEX triplet: 42, 54 and 66. RGB value is (66,84,102). Sum of RGB (Red+Green+Blue) = 66+84+102=252 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.19% from 252); Green value is 84 (33.20% from 255 or 33.33% from 252); Blue value is 102 (40.23% from 255 or 40.48% from 252); Max value from RGB is 102 - color contains mainly: blue. Hex color #425466 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425466 is #BDAB99. Grayscale: #505050. Windows color (decimal): -12430234 or 6706242. OLE color: 6706242.

HSL color Cylindrical-coordinate representation of color #425466: hue angle of 210º degrees, saturation: 0.21, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #425466 is Cyan = 0.35, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 66 84 102 -
CMYK 0.35 0.18 0 0.6
HSL 210º 0.21% 0.33% -
HSV(B) 210º 0.35% 0.4% -
XYZ 7.82 8.46 13.79 -
YUV 80.67 140.04 117.54 -
System Red Green Blue C M Y K H S L
Decimal 66 84 102 0.35 0.18 0 0.6 210 0.21 0.33
Hex 42 54 66 23 12 0 3C D2 15 21
Octal 102 124 146 43 22 0 74 322 25 41
Binary 1000010 1010100 1100110 100011 10010 0 111100 11010010 10101 100001

Color Harmonies of #425466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425466

Black with #425466

Text Example


Text Example

White with #425466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425466; }

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

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

background-color css

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

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

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

border-color css

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

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

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