Html Css Color HEX #465967 San Juan

📋 copy color: '#465967'

red 70 ◦ green 89 ◦ blue 103

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

Shades of San Juan #465967

Tints of San Juan #465967

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 39.31%

R = 26.72%
G = 33.97%
B = 39.31%

CMYK

 C value IS 0.32

 M value IS 0.14

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#465967 (or 0x465967) is known color: San Juan. HEX triplet: 46, 59 and 67. RGB value is (70,89,103). Sum of RGB (Red+Green+Blue) = 70+89+103=262 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.72% from 262); Green value is 89 (35.16% from 255 or 33.97% from 262); Blue value is 103 (40.62% from 255 or 39.31% from 262); Max value from RGB is 103 - color contains mainly: blue. Hex color #465967 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465967 is #B9A698. Grayscale: #545454. Windows color (decimal): -12166809 or 6773062. OLE color: 6773062.

HSL color Cylindrical-coordinate representation of color #465967: hue angle of 205.45º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #465967 is Cyan = 0.32, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 70 89 103 -
CMYK 0.32 0.14 0 0.60
HSL 205.45º 0.19% 0.34% -
HSV(B) 205.45º 0.32% 0.4% -
XYZ 8.55 9.43 14.2 -
YUV 84.92 138.21 117.36 -
System Red Green Blue C M Y K H S L
Decimal 70 89 103 0.32 0.14 0 0.60 205.45 0.19 0.34
Hex 46 59 67 20 E 0 3C CD 13 22
Octal 106 131 147 40 16 0 74 315 23 42
Binary 1000110 1011001 1100111 100000 1110 0 111100 11001101 10011 100010

Color Harmonies of #465967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465967

Black with #465967

Text Example


Text Example

White with #465967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465967; }

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

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

background-color css

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

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

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

border-color css

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

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

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