#04628C

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

Shades of Allports #04628C

Tints of Allports #04628C

Color information

#04628C (or 0x04628C) is unknown color: approx Allports. HEX triplet: 04, 62 and 8C. RGB value is (4,98,140). Sum of RGB (Red+Green+Blue) = 4+98+140=242 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.65% from 242); Green value is 98 (38.67% from 255 or 40.50% from 242); Blue value is 140 (55.08% from 255 or 57.85% from 242); Max value from RGB is 140 - color contains mainly: blue. Hex color #04628C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #04628C is #FB9D73. Grayscale: #4A4A4A. Windows color (decimal): -16489844 or 9200132. OLE color: 9200132.

HSL color Cylindrical-coordinate representation of color #04628C: hue angle of 198.53º 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 #04628C is Cyan = 0.97, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB498140-
CMYK0.970.300.45
HSL198.53º94.44%28.24%-
HSV(B)198.53º97.14%54.9%-
XYZ9.1510.6526.39-
YUV74.68164.8677.58-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.65%
GREEN value IS 98 (38.67% from 255) = 40.50%
BLUE value IS 140 (55.08% from 255) = 57.85%
R=1.65%
G=40.50%
B=57.85%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal4981400.970.300.45198.5394.4428.24
Hex4628C611E02Dc75e1c
Octal41422141413605530713634
Binary100110001010001100110000111110010110111000111101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04628C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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