Html Css Color HEX #465968 San Juan

📋 copy color: '#465968'

red 70 ◦ green 89 ◦ blue 104

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

Shades of San Juan #465968

Tints of San Juan #465968

RGB

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

 GREEN value IS 89 (35.16% from 255) = 33.84%

 BLUE value IS 104 (41.02% from 255) = 39.54%

R = 26.62%
G = 33.84%
B = 39.54%

CMYK

 C value IS 0.33

 M value IS 0.14

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#465968 (or 0x465968) is known color: San Juan. HEX triplet: 46, 59 and 68. RGB value is (70,89,104). Sum of RGB (Red+Green+Blue) = 70+89+104=263 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.62% from 263); Green value is 89 (35.16% from 255 or 33.84% from 263); Blue value is 104 (41.02% from 255 or 39.54% from 263); Max value from RGB is 104 - color contains mainly: blue. Hex color #465968 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465968 is #B9A697. Grayscale: #545454. Windows color (decimal): -12166808 or 6838598. OLE color: 6838598.

HSL color Cylindrical-coordinate representation of color #465968: hue angle of 206.47º degrees, saturation: 0.2, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #465968 is Cyan = 0.33, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 70 89 104 -
CMYK 0.33 0.14 0 0.59
HSL 206.47º 0.2% 0.34% -
HSV(B) 206.47º 0.33% 0.41% -
XYZ 8.6 9.45 14.47 -
YUV 85.03 138.71 117.28 -
System Red Green Blue C M Y K H S L
Decimal 70 89 104 0.33 0.14 0 0.59 206.47 0.2 0.34
Hex 46 59 68 21 E 0 3B CE 14 22
Octal 106 131 150 41 16 0 73 316 24 42
Binary 1000110 1011001 1101000 100001 1110 0 111011 11001110 10100 100010

Color Harmonies of #465968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465968

Black with #465968

Text Example


Text Example

White with #465968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465968; }

 p { color: rgb(70,89,104); }

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

background-color css

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

 a { background-color: rgb(70,89,104); }

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

border-color css

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

 span { border-color: rgb(70,89,104); }

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