#42606E

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

Shades of San Juan #42606E

Tints of San Juan #42606E

Color information

#42606E (or 0x42606E) is unknown color: approx San Juan. HEX triplet: 42, 60 and 6E. RGB value is (66,96,110). Sum of RGB (Red+Green+Blue) = 66+96+110=272 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.26% from 272); Green value is 96 (37.89% from 255 or 35.29% from 272); Blue value is 110 (43.36% from 255 or 40.44% from 272); Max value from RGB is 110 - color contains mainly: blue. Hex color #42606E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42606E is #BD9F91. Grayscale: #585858. Windows color (decimal): -12427154 or 7233602. OLE color: 7233602.

HSL color Cylindrical-coordinate representation of color #42606E: hue angle of 199.09º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #42606E is Cyan = 0.4, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6696110-
CMYK0.40.1300.57
HSL199.09º25%34.51%-
HSV(B)199.09º40%43.14%-
XYZ9.2410.6516.32-
YUV88.63140.06111.86-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.26%
GREEN value IS 96 (37.89% from 255) = 35.29%
BLUE value IS 110 (43.36% from 255) = 40.44%
R=24.26%
G=35.29%
B=40.44%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal66961100.40.1300.57199.092534.51
Hex42606E28D039c71923
Octal10214015650150713073143
Binary100001011000001101110101000110101110011100011111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42606E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42606E; }

 p { color: rgb(66,96,110); }

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

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

 a { background-color: rgb(66,96,110); }

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

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

 span { border-color: rgb(66,96,110); }

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