#04618C

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

Shades of Allports #04618C

Tints of Allports #04618C

Color information

#04618C (or 0x04618C) is unknown color: approx Allports. HEX triplet: 04, 61 and 8C. RGB value is (4,97,140). Sum of RGB (Red+Green+Blue) = 4+97+140=241 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.66% from 241); Green value is 97 (38.28% from 255 or 40.25% from 241); Blue value is 140 (55.08% from 255 or 58.09% from 241); Max value from RGB is 140 - color contains mainly: blue. Hex color #04618C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #04618C is #FB9E73. Grayscale: #494949. Windows color (decimal): -16490100 or 9199876. OLE color: 9199876.

HSL color Cylindrical-coordinate representation of color #04618C: hue angle of 198.97º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04618C is Cyan = 0.97, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB497140-
CMYK0.970.3100.45
HSL198.97º94.44%28.24%-
HSV(B)198.97º97.14%54.9%-
XYZ9.0610.4726.35-
YUV74.1165.1978-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.66%
GREEN value IS 97 (38.28% from 255) = 40.25%
BLUE value IS 140 (55.08% from 255) = 58.09%
R=1.66%
G=40.25%
B=58.09%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal4971400.970.3100.45198.9794.4428.24
Hex4618C611F02Dc75e1c
Octal41412141413705530713634
Binary100110000110001100110000111111010110111000111101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04618C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04618C; }

 p { color: rgb(4,97,140); }

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

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

 a { background-color: rgb(4,97,140); }

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

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

 span { border-color: rgb(4,97,140); }

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