Html Css Color HEX #04648D Allports

📋 copy color: '#04648D'

red 4 ◦ green 100 ◦ blue 141

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

Shades of Allports #04648D

Tints of Allports #04648D

RGB

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

 GREEN value IS 100 (39.45% from 255) = 40.82%

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

R = 1.63%
G = 40.82%
B = 57.55%

CMYK

 C value IS 0.97

 M value IS 0.29

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#04648D (or 0x04648D) is known color: Allports. HEX triplet: 04, 64 and 8D. RGB value is (4,100,141). Sum of RGB (Red+Green+Blue) = 4+100+141=245 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.63% from 245); Green value is 100 (39.45% from 255 or 40.82% from 245); Blue value is 141 (55.47% from 255 or 57.55% from 245); Max value from RGB is 141 - color contains mainly: blue. Hex color #04648D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #04648D is #FB9B72. Grayscale: #4B4B4B. Windows color (decimal): -16489331 or 9266180. OLE color: 9266180.

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

Color convert

RGB 4 100 141 -
CMYK 0.97 0.29 0 0.45
HSL 197.96º 0.94% 0.28% -
HSV(B) 197.96º 0.97% 0.55% -
XYZ 9.41 11.06 26.84 -
YUV 75.97 164.7 76.67 -
System Red Green Blue C M Y K H S L
Decimal 4 100 141 0.97 0.29 0 0.45 197.96 0.94 0.28
Hex 4 64 8D 61 1D 0 2D C6 5E 1C
Octal 4 144 215 141 35 0 55 306 136 34
Binary 100 1100100 10001101 1100001 11101 0 101101 11000110 1011110 11100

Color Harmonies of #04648D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04648D

Black with #04648D

Text Example


Text Example

White with #04648D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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