Html Css Color HEX #465864 San Juan

📋 copy color: '#465864'

red 70 ◦ green 88 ◦ blue 100

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

Shades of San Juan #465864

Tints of San Juan #465864

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 38.76%

R = 27.13%
G = 34.11%
B = 38.76%

CMYK

 C value IS 0.30

 M value IS 0.12

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#465864 (or 0x465864) is known color: San Juan. HEX triplet: 46, 58 and 64. RGB value is (70,88,100). Sum of RGB (Red+Green+Blue) = 70+88+100=258 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.13% from 258); Green value is 88 (34.77% from 255 or 34.11% from 258); Blue value is 100 (39.45% from 255 or 38.76% from 258); Max value from RGB is 100 - color contains mainly: blue. Hex color #465864 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465864 is #B9A79B. Grayscale: #535353. Windows color (decimal): -12167068 or 6576198. OLE color: 6576198.

HSL color Cylindrical-coordinate representation of color #465864: hue angle of 204º degrees, saturation: 0.18, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #465864 is Cyan = 0.30, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 70 88 100 -
CMYK 0.30 0.12 0 0.61
HSL 204º 0.18% 0.33% -
HSV(B) 204º 0.3% 0.39% -
XYZ 8.32 9.2 13.39 -
YUV 83.99 137.04 118.02 -
System Red Green Blue C M Y K H S L
Decimal 70 88 100 0.30 0.12 0 0.61 204 0.18 0.33
Hex 46 58 64 1E C 0 3D CC 12 21
Octal 106 130 144 36 14 0 75 314 22 41
Binary 1000110 1011000 1100100 11110 1100 0 111101 11001100 10010 100001

Color Harmonies of #465864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465864

Black with #465864

Text Example


Text Example

White with #465864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465864; }

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

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

background-color css

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

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

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

border-color css

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

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

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