Html Css Color HEX #405463 San Juan

📋 copy color: '#405463'

red 64 ◦ green 84 ◦ blue 99

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

Shades of San Juan #405463

Tints of San Juan #405463

RGB

 RED value IS 64 (25.39% from 255) = 25.91%

 GREEN value IS 84 (33.2% from 255) = 34.01%

 BLUE value IS 99 (39.06% from 255) = 40.08%

R = 25.91%
G = 34.01%
B = 40.08%

CMYK

 C value IS 0.35

 M value IS 0.15

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#405463 (or 0x405463) is known color: San Juan. HEX triplet: 40, 54 and 63. RGB value is (64,84,99). Sum of RGB (Red+Green+Blue) = 64+84+99=247 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.91% from 247); Green value is 84 (33.20% from 255 or 34.01% from 247); Blue value is 99 (39.06% from 255 or 40.08% from 247); Max value from RGB is 99 - color contains mainly: blue. Hex color #405463 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405463 is #BFAB9C. Grayscale: #4F4F4F. Windows color (decimal): -12561309 or 6509632. OLE color: 6509632.

HSL color Cylindrical-coordinate representation of color #405463: hue angle of 205.71º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #405463 is Cyan = 0.35, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 64 84 99 -
CMYK 0.35 0.15 0 0.61
HSL 205.71º 0.21% 0.32% -
HSV(B) 205.71º 0.35% 0.39% -
XYZ 7.54 8.33 13.02 -
YUV 79.73 138.87 116.78 -
System Red Green Blue C M Y K H S L
Decimal 64 84 99 0.35 0.15 0 0.61 205.71 0.21 0.32
Hex 40 54 63 23 F 0 3D CE 15 20
Octal 100 124 143 43 17 0 75 316 25 40
Binary 1000000 1010100 1100011 100011 1111 0 111101 11001110 10101 100000

Color Harmonies of #405463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405463

Black with #405463

Text Example


Text Example

White with #405463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405463; }

 p { color: rgb(64,84,99); }

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

background-color css

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

 a { background-color: rgb(64,84,99); }

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

border-color css

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

 span { border-color: rgb(64,84,99); }

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