#415B6A

Color #415B6A San Juan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of San Juan #415B6A

Tints of San Juan #415B6A

Color information

#415B6A (or 0x415B6A) is unknown color: approx San Juan. HEX triplet: 41, 5B and 6A. RGB value is (65,91,106). Sum of RGB (Red+Green+Blue) = 65+91+106=262 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.81% from 262); Green value is 91 (35.94% from 255 or 34.73% from 262); Blue value is 106 (41.80% from 255 or 40.46% from 262); Max value from RGB is 106 - color contains mainly: blue. Hex color #415B6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415B6A is #BEA495. Grayscale: #545454. Windows color (decimal): -12493974 or 6970177. OLE color: 6970177.

HSL color Cylindrical-coordinate representation of color #415B6A: hue angle of 201.95º degrees, saturation: 0.24, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #415B6A is Cyan = 0.39, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6591106-
CMYK0.390.1400.58
HSL201.95º23.98%33.53%-
HSV(B)201.95º38.68%41.57%-
XYZ8.529.6515.05-
YUV84.94139.89113.78-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 24.81%
GREEN value IS 91 (35.94% from 255) = 34.73%
BLUE value IS 106 (41.80% from 255) = 40.46%
R=24.81%
G=34.73%
B=40.46%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal65911060.390.1400.58201.9523.9833.53
Hex415B6A27E03Aca1822
Octal10113315247160723123042
Binary100000110110111101010100111111001110101100101011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415B6A; }

 p { color: rgb(65,91,106); }

 H1.HeaderClassName
 {
   color: #415B6A;
 }
 .AnyTagClassName
 {
   color: #415B6A;
 }
</style>
background-color css

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

 a { background-color: rgb(65,91,106); }

 div.DivClassName
 {
   background-color: #415B6A;
 }
 .BgClassName
 {
   background-color: #415B6A;
 }
</style>
border-color css

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

 span { border-color: rgb(65,91,106); }

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