Html Css Color HEX #425263 Cello

📋 copy color: '#425263'

red 66 ◦ green 82 ◦ blue 99

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

Shades of Cello #425263

Tints of Cello #425263

RGB

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

 GREEN value IS 82 (32.42% from 255) = 33.2%

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

R = 26.72%
G = 33.2%
B = 40.08%

CMYK

 C value IS 0.33

 M value IS 0.17

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#425263 (or 0x425263) is known color: Cello. HEX triplet: 42, 52 and 63. RGB value is (66,82,99). Sum of RGB (Red+Green+Blue) = 66+82+99=247 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.72% from 247); Green value is 82 (32.42% from 255 or 33.20% from 247); Blue value is 99 (39.06% from 255 or 40.08% from 247); Max value from RGB is 99 - color contains mainly: blue. Hex color #425263 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425263 is #BDAD9C. Grayscale: #4F4F4F. Windows color (decimal): -12430749 or 6509122. OLE color: 6509122.

HSL color Cylindrical-coordinate representation of color #425263: hue angle of 210.91º 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 #425263 is Cyan = 0.33, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 66 82 99 -
CMYK 0.33 0.17 0 0.61
HSL 210.91º 0.2% 0.32% -
HSV(B) 210.91º 0.33% 0.39% -
XYZ 7.52 8.09 12.97 -
YUV 79.15 139.2 118.62 -
System Red Green Blue C M Y K H S L
Decimal 66 82 99 0.33 0.17 0 0.61 210.91 0.2 0.32
Hex 42 52 63 21 11 0 3D D3 14 20
Octal 102 122 143 41 21 0 75 323 24 40
Binary 1000010 1010010 1100011 100001 10001 0 111101 11010011 10100 100000

Color Harmonies of #425263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425263

Black with #425263

Text Example


Text Example

White with #425263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425263; }

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

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

background-color css

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

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

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

border-color css

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

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

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