Html Css Color HEX #465662 San Juan

📋 copy color: '#465662'

red 70 ◦ green 86 ◦ blue 98

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

Shades of San Juan #465662

Tints of San Juan #465662

RGB

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

 GREEN value IS 86 (33.98% from 255) = 33.86%

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

R = 27.56%
G = 33.86%
B = 38.58%

CMYK

 C value IS 0.29

 M value IS 0.12

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#465662 (or 0x465662) is known color: San Juan. HEX triplet: 46, 56 and 62. RGB value is (70,86,98). Sum of RGB (Red+Green+Blue) = 70+86+98=254 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.56% from 254); Green value is 86 (33.98% from 255 or 33.86% from 254); Blue value is 98 (38.67% from 255 or 38.58% from 254); Max value from RGB is 98 - color contains mainly: blue. Hex color #465662 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465662 is #B9A99D. Grayscale: #525252. Windows color (decimal): -12167582 or 6444614. OLE color: 6444614.

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

Color convert

RGB 70 86 98 -
CMYK 0.29 0.12 0 0.62
HSL 205.71º 0.17% 0.33% -
HSV(B) 205.71º 0.29% 0.38% -
XYZ 8.06 8.84 12.84 -
YUV 82.58 136.7 119.02 -
System Red Green Blue C M Y K H S L
Decimal 70 86 98 0.29 0.12 0 0.62 205.71 0.17 0.33
Hex 46 56 62 1D C 0 3E CE 11 21
Octal 106 126 142 35 14 0 76 316 21 41
Binary 1000110 1010110 1100010 11101 1100 0 111110 11001110 10001 100001

Color Harmonies of #465662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465662

Black with #465662

Text Example


Text Example

White with #465662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465662; }

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

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

background-color css

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

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

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

border-color css

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

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

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