Html Css Color HEX #465362 Cello

📋 copy color: '#465362'

red 70 ◦ green 83 ◦ blue 98

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

Shades of Cello #465362

Tints of Cello #465362

RGB

 RED value IS 70 (27.73% from 255) = 27.89%

 GREEN value IS 83 (32.81% from 255) = 33.07%

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

R = 27.89%
G = 33.07%
B = 39.04%

CMYK

 C value IS 0.29

 M value IS 0.15

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#465362 (or 0x465362) is known color: Cello. HEX triplet: 46, 53 and 62. RGB value is (70,83,98). Sum of RGB (Red+Green+Blue) = 70+83+98=251 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.89% from 251); Green value is 83 (32.81% from 255 or 33.07% from 251); Blue value is 98 (38.67% from 255 or 39.04% from 251); Max value from RGB is 98 - color contains mainly: blue. Hex color #465362 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465362 is #B9AC9D. Grayscale: #505050. Windows color (decimal): -12168350 or 6443846. OLE color: 6443846.

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

Color convert

RGB 70 83 98 -
CMYK 0.29 0.15 0 0.62
HSL 212.14º 0.17% 0.33% -
HSV(B) 212.14º 0.29% 0.38% -
XYZ 7.82 8.37 12.76 -
YUV 80.82 137.69 120.28 -
System Red Green Blue C M Y K H S L
Decimal 70 83 98 0.29 0.15 0 0.62 212.14 0.17 0.33
Hex 46 53 62 1D F 0 3E D4 11 21
Octal 106 123 142 35 17 0 76 324 21 41
Binary 1000110 1010011 1100010 11101 1111 0 111110 11010100 10001 100001

Color Harmonies of #465362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465362

Black with #465362

Text Example


Text Example

White with #465362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465362; }

 p { color: rgb(70,83,98); }

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

background-color css

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

 a { background-color: rgb(70,83,98); }

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

border-color css

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

 span { border-color: rgb(70,83,98); }

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