Html Css Color HEX #04688D Allports

📋 copy color: '#04688D'

red 4 ◦ green 104 ◦ blue 141

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

Shades of Allports #04688D

Tints of Allports #04688D

RGB

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

 GREEN value IS 104 (41.02% from 255) = 41.77%

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

R = 1.61%
G = 41.77%
B = 56.63%

CMYK

 C value IS 0.97

 M value IS 0.26

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#04688D (or 0x04688D) is known color: Allports. HEX triplet: 04, 68 and 8D. RGB value is (4,104,141). Sum of RGB (Red+Green+Blue) = 4+104+141=249 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.61% from 249); Green value is 104 (41.02% from 255 or 41.77% from 249); Blue value is 141 (55.47% from 255 or 56.63% from 249); Max value from RGB is 141 - color contains mainly: blue. Hex color #04688D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #04688D is #FB9772. Grayscale: #4E4E4E. Windows color (decimal): -16488307 or 9267204. OLE color: 9267204.

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

Color convert

RGB 4 104 141 -
CMYK 0.97 0.26 0 0.45
HSL 196.2º 0.94% 0.28% -
HSV(B) 196.2º 0.97% 0.55% -
XYZ 9.81 11.85 26.97 -
YUV 78.32 163.37 74.99 -
System Red Green Blue C M Y K H S L
Decimal 4 104 141 0.97 0.26 0 0.45 196.2 0.94 0.28
Hex 4 68 8D 61 1A 0 2D C4 5E 1C
Octal 4 150 215 141 32 0 55 304 136 34
Binary 100 1101000 10001101 1100001 11010 0 101101 11000100 1011110 11100

Color Harmonies of #04688D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04688D

Black with #04688D

Text Example


Text Example

White with #04688D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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