Html Css Color HEX #415461 San Juan

📋 copy color: '#415461'

red 65 ◦ green 84 ◦ blue 97

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

Shades of San Juan #415461

Tints of San Juan #415461

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 39.43%

R = 26.42%
G = 34.15%
B = 39.43%

CMYK

 C value IS 0.33

 M value IS 0.13

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#415461 (or 0x415461) is known color: San Juan. HEX triplet: 41, 54 and 61. RGB value is (65,84,97). Sum of RGB (Red+Green+Blue) = 65+84+97=246 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.42% from 246); Green value is 84 (33.20% from 255 or 34.15% from 246); Blue value is 97 (38.28% from 255 or 39.43% from 246); Max value from RGB is 97 - color contains mainly: blue. Hex color #415461 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415461 is #BEAB9E. Grayscale: #4F4F4F. Windows color (decimal): -12495775 or 6378561. OLE color: 6378561.

HSL color Cylindrical-coordinate representation of color #415461: hue angle of 204.38º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #415461 is Cyan = 0.33, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 65 84 97 -
CMYK 0.33 0.13 0 0.62
HSL 204.38º 0.2% 0.32% -
HSV(B) 204.38º 0.33% 0.38% -
XYZ 7.51 8.33 12.52 -
YUV 79.8 137.71 117.44 -
System Red Green Blue C M Y K H S L
Decimal 65 84 97 0.33 0.13 0 0.62 204.38 0.2 0.32
Hex 41 54 61 21 D 0 3E CC 14 20
Octal 101 124 141 41 15 0 76 314 24 40
Binary 1000001 1010100 1100001 100001 1101 0 111110 11001100 10100 100000

Color Harmonies of #415461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415461

Black with #415461

Text Example


Text Example

White with #415461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415461; }

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

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

background-color css

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

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

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

border-color css

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

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

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