#1E6474

Color #1E6474 Allports (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Allports #1E6474

Tints of Allports #1E6474

Color information

#1E6474 (or 0x1E6474) is unknown color: approx Allports. HEX triplet: 1E, 64 and 74. RGB value is (30,100,116). Sum of RGB (Red+Green+Blue) = 30+100+116=246 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.20% from 246); Green value is 100 (39.45% from 255 or 40.65% from 246); Blue value is 116 (45.70% from 255 or 47.15% from 246); Max value from RGB is 116 - color contains mainly: blue. Hex color #1E6474 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E6474 is #E19B8B. Grayscale: #505050. Windows color (decimal): -14785420 or 7627806. OLE color: 7627806.

HSL color Cylindrical-coordinate representation of color #1E6474: hue angle of 191.16º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1E6474 is Cyan = 0.74, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB30100116-
CMYK0.740.1400.55
HSL191.16º58.9%28.63%-
HSV(B)191.16º74.14%45.49%-
XYZ8.2410.6518.14-
YUV80.89147.8191.7-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.20%
GREEN value IS 100 (39.45% from 255) = 40.65%
BLUE value IS 116 (45.70% from 255) = 47.15%
R=12.20%
G=40.65%
B=47.15%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal301001160.740.1400.55191.1658.928.63
Hex1E64744AE037bf3b1d
Octal36144164112160672777335
Binary11110110010011101001001010111001101111011111111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E6474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1E6474; }

 p { color: rgb(30,100,116); }

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

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

 a { background-color: rgb(30,100,116); }

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

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

 span { border-color: rgb(30,100,116); }

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