Html Css Color HEX #465562 San Juan

📋 copy color: '#465562'

red 70 ◦ green 85 ◦ blue 98

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

Shades of San Juan #465562

Tints of San Juan #465562

RGB

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

 GREEN value IS 85 (33.59% from 255) = 33.6%

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

R = 27.67%
G = 33.6%
B = 38.74%

CMYK

 C value IS 0.29

 M value IS 0.13

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#465562 (or 0x465562) is known color: San Juan. HEX triplet: 46, 55 and 62. RGB value is (70,85,98). Sum of RGB (Red+Green+Blue) = 70+85+98=253 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.67% from 253); Green value is 85 (33.59% from 255 or 33.60% from 253); Blue value is 98 (38.67% from 255 or 38.74% from 253); Max value from RGB is 98 - color contains mainly: blue. Hex color #465562 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465562 is #B9AA9D. Grayscale: #515151. Windows color (decimal): -12167838 or 6444358. OLE color: 6444358.

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

Color convert

RGB 70 85 98 -
CMYK 0.29 0.13 0 0.62
HSL 207.86º 0.17% 0.33% -
HSV(B) 207.86º 0.29% 0.38% -
XYZ 7.98 8.68 12.81 -
YUV 82 137.03 119.44 -
System Red Green Blue C M Y K H S L
Decimal 70 85 98 0.29 0.13 0 0.62 207.86 0.17 0.33
Hex 46 55 62 1D D 0 3E D0 11 21
Octal 106 125 142 35 15 0 76 320 21 41
Binary 1000110 1010101 1100010 11101 1101 0 111110 11010000 10001 100001

Color Harmonies of #465562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465562

Black with #465562

Text Example


Text Example

White with #465562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465562; }

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

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

background-color css

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

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

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

border-color css

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

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

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