#04638C

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

Shades of Allports #04638C

Tints of Allports #04638C

Color information

#04638C (or 0x04638C) is unknown color: approx Allports. HEX triplet: 04, 63 and 8C. RGB value is (4,99,140). Sum of RGB (Red+Green+Blue) = 4+99+140=243 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.65% from 243); Green value is 99 (39.06% from 255 or 40.74% from 243); Blue value is 140 (55.08% from 255 or 57.61% from 243); Max value from RGB is 140 - color contains mainly: blue. Hex color #04638C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #04638C is #FB9C73. Grayscale: #4B4B4B. Windows color (decimal): -16489588 or 9200388. OLE color: 9200388.

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

Color convert

RGB499140-
CMYK0.970.2900.45
HSL198.09º94.44%28.24%-
HSV(B)198.09º97.14%54.9%-
XYZ9.2510.8426.42-
YUV75.27164.5377.17-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.65%
GREEN value IS 99 (39.06% from 255) = 40.74%
BLUE value IS 140 (55.08% from 255) = 57.61%
R=1.65%
G=40.74%
B=57.61%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal4991400.970.2900.45198.0994.4428.24
Hex4638C611D02Dc65e1c
Octal41432141413505530613634
Binary100110001110001100110000111101010110111000110101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04638C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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