Html Css Color HEX #415463 San Juan

📋 copy color: '#415463'

red 65 ◦ green 84 ◦ blue 99

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

Shades of San Juan #415463

Tints of San Juan #415463

RGB

 RED value IS 65 (25.78% from 255) = 26.21%

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

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

R = 26.21%
G = 33.87%
B = 39.92%

CMYK

 C value IS 0.34

 M value IS 0.15

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#415463 (or 0x415463) is known color: San Juan. HEX triplet: 41, 54 and 63. RGB value is (65,84,99). Sum of RGB (Red+Green+Blue) = 65+84+99=248 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.21% from 248); Green value is 84 (33.20% from 255 or 33.87% from 248); Blue value is 99 (39.06% from 255 or 39.92% from 248); Max value from RGB is 99 - color contains mainly: blue. Hex color #415463 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415463 is #BEAB9C. Grayscale: #4F4F4F. Windows color (decimal): -12495773 or 6509633. OLE color: 6509633.

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

Color convert

RGB 65 84 99 -
CMYK 0.34 0.15 0 0.61
HSL 206.47º 0.21% 0.32% -
HSV(B) 206.47º 0.34% 0.39% -
XYZ 7.6 8.37 13.02 -
YUV 80.03 138.71 117.28 -
System Red Green Blue C M Y K H S L
Decimal 65 84 99 0.34 0.15 0 0.61 206.47 0.21 0.32
Hex 41 54 63 22 F 0 3D CE 15 20
Octal 101 124 143 42 17 0 75 316 25 40
Binary 1000001 1010100 1100011 100010 1111 0 111101 11001110 10101 100000

Color Harmonies of #415463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415463

Black with #415463

Text Example


Text Example

White with #415463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415463; }

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

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

background-color css

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

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

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

border-color css

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

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

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