Html Css Color HEX #04668D Allports

📋 copy color: '#04668D'

red 4 ◦ green 102 ◦ blue 141

#04668D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Allports #04668D

Tints of Allports #04668D

RGB

 RED value IS 4 (1.95% from 255) = 1.62%

 GREEN value IS 102 (40.23% from 255) = 41.3%

 BLUE value IS 141 (55.47% from 255) = 57.09%

R = 1.62%
G = 41.3%
B = 57.09%

CMYK

 C value IS 0.97

 M value IS 0.28

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#04668D (or 0x04668D) is known color: Allports. HEX triplet: 04, 66 and 8D. RGB value is (4,102,141). Sum of RGB (Red+Green+Blue) = 4+102+141=247 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.62% from 247); Green value is 102 (40.23% from 255 or 41.30% from 247); Blue value is 141 (55.47% from 255 or 57.09% from 247); Max value from RGB is 141 - color contains mainly: blue. Hex color #04668D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #04668D is #FB9972. Grayscale: #4C4C4C. Windows color (decimal): -16488819 or 9266692. OLE color: 9266692.

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

Color convert

RGB 4 102 141 -
CMYK 0.97 0.28 0 0.45
HSL 197.08º 0.94% 0.28% -
HSV(B) 197.08º 0.97% 0.55% -
XYZ 9.61 11.45 26.9 -
YUV 77.14 164.03 75.83 -
System Red Green Blue C M Y K H S L
Decimal 4 102 141 0.97 0.28 0 0.45 197.08 0.94 0.28
Hex 4 66 8D 61 1C 0 2D C5 5E 1C
Octal 4 146 215 141 34 0 55 305 136 34
Binary 100 1100110 10001101 1100001 11100 0 101101 11000101 1011110 11100

Color Harmonies of #04668D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04668D

Black with #04668D

Text Example


Text Example

White with #04668D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04668D; }

 p { color: rgb(4,102,141); }

 H1.HeaderClassName
 {
   color: #04668D;
 }
 .AnyTagClassName
 {
   color: #04668D;
 }
</style>

background-color css

<style>
 a { background-color: #04668D; }

 a { background-color: rgb(4,102,141); }

 div.DivClassName
 {
   background-color: #04668D;
 }
 .BgClassName
 {
   background-color: #04668D;
 }
</style>

border-color css

<style>
 span { border-color: #04668D; }

 span { border-color: rgb(4,102,141); }

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