Html Css Color HEX #465A62 San Juan

📋 copy color: '#465A62'

red 70 ◦ green 90 ◦ blue 98

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

Shades of San Juan #465A62

Tints of San Juan #465A62

RGB

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

 GREEN value IS 90 (35.55% from 255) = 34.88%

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

R = 27.13%
G = 34.88%
B = 37.98%

CMYK

 C value IS 0.29

 M value IS 0.08

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#465A62 (or 0x465A62) is known color: San Juan. HEX triplet: 46, 5A and 62. RGB value is (70,90,98). Sum of RGB (Red+Green+Blue) = 70+90+98=258 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.13% from 258); Green value is 90 (35.55% from 255 or 34.88% from 258); Blue value is 98 (38.67% from 255 or 37.98% from 258); Max value from RGB is 98 - color contains mainly: blue. Hex color #465A62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465A62 is #B9A59D. Grayscale: #545454. Windows color (decimal): -12166558 or 6445638. OLE color: 6445638.

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

Color convert

RGB 70 90 98 -
CMYK 0.29 0.08 0 0.62
HSL 197.14º 0.17% 0.33% -
HSV(B) 197.14º 0.29% 0.38% -
XYZ 8.39 9.5 12.95 -
YUV 84.93 135.37 117.35 -
System Red Green Blue C M Y K H S L
Decimal 70 90 98 0.29 0.08 0 0.62 197.14 0.17 0.33
Hex 46 5A 62 1D 8 0 3E C5 11 21
Octal 106 132 142 35 10 0 76 305 21 41
Binary 1000110 1011010 1100010 11101 1000 0 111110 11000101 10001 100001

Color Harmonies of #465A62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465A62

Black with #465A62

Text Example


Text Example

White with #465A62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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