Html Css Color HEX #465B62 San Juan

📋 copy color: '#465B62'

red 70 ◦ green 91 ◦ blue 98

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

Shades of San Juan #465B62

Tints of San Juan #465B62

RGB

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

 GREEN value IS 91 (35.94% from 255) = 35.14%

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

R = 27.03%
G = 35.14%
B = 37.84%

CMYK

 C value IS 0.29

 M value IS 0.07

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#465B62 (or 0x465B62) is known color: San Juan. HEX triplet: 46, 5B and 62. RGB value is (70,91,98). Sum of RGB (Red+Green+Blue) = 70+91+98=259 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.03% from 259); Green value is 91 (35.94% from 255 or 35.14% from 259); Blue value is 98 (38.67% from 255 or 37.84% from 259); Max value from RGB is 98 - color contains mainly: blue. Hex color #465B62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465B62 is #B9A49D. Grayscale: #555555. Windows color (decimal): -12166302 or 6445894. OLE color: 6445894.

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

Color convert

RGB 70 91 98 -
CMYK 0.29 0.07 0 0.62
HSL 195º 0.17% 0.33% -
HSV(B) 195º 0.29% 0.38% -
XYZ 8.47 9.67 12.97 -
YUV 85.52 135.04 116.93 -
System Red Green Blue C M Y K H S L
Decimal 70 91 98 0.29 0.07 0 0.62 195 0.17 0.33
Hex 46 5B 62 1D 7 0 3E C3 11 21
Octal 106 133 142 35 7 0 76 303 21 41
Binary 1000110 1011011 1100010 11101 111 0 111110 11000011 10001 100001

Color Harmonies of #465B62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465B62

Black with #465B62

Text Example


Text Example

White with #465B62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465B62; }

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

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

background-color css

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

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

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

border-color css

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

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

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