#04658E

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

Shades of Allports #04658E

Tints of Allports #04658E

Color information

#04658E (or 0x04658E) is unknown color: approx Allports. HEX triplet: 04, 65 and 8E. RGB value is (4,101,142). Sum of RGB (Red+Green+Blue) = 4+101+142=247 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.62% from 247); Green value is 101 (39.84% from 255 or 40.89% from 247); Blue value is 142 (55.86% from 255 or 57.49% from 247); Max value from RGB is 142 - color contains mainly: blue. Hex color #04658E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #04658E is #FB9A71. Grayscale: #4C4C4C. Windows color (decimal): -16489074 or 9331972. OLE color: 9331972.

HSL color Cylindrical-coordinate representation of color #04658E: hue angle of 197.83º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04658E is Cyan = 0.97, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB4101142-
CMYK0.970.2900.44
HSL197.83º94.52%28.63%-
HSV(B)197.83º97.18%55.69%-
XYZ9.5911.2927.26-
YUV76.67164.8676.17-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.62%
GREEN value IS 101 (39.84% from 255) = 40.89%
BLUE value IS 142 (55.86% from 255) = 57.49%
R=1.62%
G=40.89%
B=57.49%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal41011420.970.2900.44197.8394.5228.63
Hex4658E611D02Cc65f1d
Octal41452161413505430613735
Binary100110010110001110110000111101010110011000110101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04658E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,101,142); }

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

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

 a { background-color: rgb(4,101,142); }

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

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

 span { border-color: rgb(4,101,142); }

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