Html Css Color HEX #425162 Cello

📋 copy color: '#425162'

red 66 ◦ green 81 ◦ blue 98

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

Shades of Cello #425162

Tints of Cello #425162

RGB

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

 GREEN value IS 81 (32.03% from 255) = 33.06%

 BLUE value IS 98 (38.67% from 255) = 40%

R = 26.94%
G = 33.06%
B = 40%

CMYK

 C value IS 0.33

 M value IS 0.17

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#425162 (or 0x425162) is known color: Cello. HEX triplet: 42, 51 and 62. RGB value is (66,81,98). Sum of RGB (Red+Green+Blue) = 66+81+98=245 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.94% from 245); Green value is 81 (32.03% from 255 or 33.06% from 245); Blue value is 98 (38.67% from 255 or 40% from 245); Max value from RGB is 98 - color contains mainly: blue. Hex color #425162 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425162 is #BDAE9D. Grayscale: #4E4E4E. Windows color (decimal): -12431006 or 6443330. OLE color: 6443330.

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

Color convert

RGB 66 81 98 -
CMYK 0.33 0.17 0 0.62
HSL 211.88º 0.2% 0.32% -
HSV(B) 211.88º 0.33% 0.38% -
XYZ 7.39 7.92 12.7 -
YUV 78.45 139.03 119.12 -
System Red Green Blue C M Y K H S L
Decimal 66 81 98 0.33 0.17 0 0.62 211.88 0.2 0.32
Hex 42 51 62 21 11 0 3E D4 14 20
Octal 102 121 142 41 21 0 76 324 24 40
Binary 1000010 1010001 1100010 100001 10001 0 111110 11010100 10100 100000

Color Harmonies of #425162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425162

Black with #425162

Text Example


Text Example

White with #425162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425162; }

 p { color: rgb(66,81,98); }

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

background-color css

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

 a { background-color: rgb(66,81,98); }

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

border-color css

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

 span { border-color: rgb(66,81,98); }

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