Html Css Color HEX #425063 Cello

📋 copy color: '#425063'

red 66 ◦ green 80 ◦ blue 99

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

Shades of Cello #425063

Tints of Cello #425063

RGB

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

 GREEN value IS 80 (31.64% from 255) = 32.65%

 BLUE value IS 99 (39.06% from 255) = 40.41%

R = 26.94%
G = 32.65%
B = 40.41%

CMYK

 C value IS 0.33

 M value IS 0.19

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#425063 (or 0x425063) is known color: Cello. HEX triplet: 42, 50 and 63. RGB value is (66,80,99). Sum of RGB (Red+Green+Blue) = 66+80+99=245 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.94% from 245); Green value is 80 (31.64% from 255 or 32.65% from 245); Blue value is 99 (39.06% from 255 or 40.41% from 245); Max value from RGB is 99 - color contains mainly: blue. Hex color #425063 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425063 is #BDAF9C. Grayscale: #4D4D4D. Windows color (decimal): -12431261 or 6508610. OLE color: 6508610.

HSL color Cylindrical-coordinate representation of color #425063: hue angle of 214.55º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #425063 is Cyan = 0.33, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 66 80 99 -
CMYK 0.33 0.19 0 0.61
HSL 214.55º 0.2% 0.32% -
HSV(B) 214.55º 0.33% 0.39% -
XYZ 7.37 7.8 12.92 -
YUV 77.98 139.86 119.46 -
System Red Green Blue C M Y K H S L
Decimal 66 80 99 0.33 0.19 0 0.61 214.55 0.2 0.32
Hex 42 50 63 21 13 0 3D D7 14 20
Octal 102 120 143 41 23 0 75 327 24 40
Binary 1000010 1010000 1100011 100001 10011 0 111101 11010111 10100 100000

Color Harmonies of #425063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425063

Black with #425063

Text Example


Text Example

White with #425063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425063; }

 p { color: rgb(66,80,99); }

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

background-color css

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

 a { background-color: rgb(66,80,99); }

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

border-color css

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

 span { border-color: rgb(66,80,99); }

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