Html Css Color HEX #465862 San Juan

📋 copy color: '#465862'

red 70 ◦ green 88 ◦ blue 98

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

Shades of San Juan #465862

Tints of San Juan #465862

RGB

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

 GREEN value IS 88 (34.77% from 255) = 34.38%

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

R = 27.34%
G = 34.38%
B = 38.28%

CMYK

 C value IS 0.29

 M value IS 0.10

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#465862 (or 0x465862) is known color: San Juan. HEX triplet: 46, 58 and 62. RGB value is (70,88,98). Sum of RGB (Red+Green+Blue) = 70+88+98=256 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.34% from 256); Green value is 88 (34.77% from 255 or 34.38% from 256); Blue value is 98 (38.67% from 255 or 38.28% from 256); Max value from RGB is 98 - color contains mainly: blue. Hex color #465862 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465862 is #B9A79D. Grayscale: #535353. Windows color (decimal): -12167070 or 6445126. OLE color: 6445126.

HSL color Cylindrical-coordinate representation of color #465862: hue angle of 201.43º 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 #465862 is Cyan = 0.29, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 70 88 98 -
CMYK 0.29 0.10 0 0.62
HSL 201.43º 0.17% 0.33% -
HSV(B) 201.43º 0.29% 0.38% -
XYZ 8.22 9.16 12.89 -
YUV 83.76 136.04 118.19 -
System Red Green Blue C M Y K H S L
Decimal 70 88 98 0.29 0.10 0 0.62 201.43 0.17 0.33
Hex 46 58 62 1D A 0 3E C9 11 21
Octal 106 130 142 35 12 0 76 311 21 41
Binary 1000110 1011000 1100010 11101 1010 0 111110 11001001 10001 100001

Color Harmonies of #465862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465862

Black with #465862

Text Example


Text Example

White with #465862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465862; }

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

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

background-color css

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

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

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

border-color css

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

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

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