Html Css Color HEX #04648B Allports

📋 copy color: '#04648B'

red 4 ◦ green 100 ◦ blue 139

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

Shades of Allports #04648B

Tints of Allports #04648B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 57.2%

R = 1.65%
G = 41.15%
B = 57.2%

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

#04648B (or 0x04648B) is known color: Allports. HEX triplet: 04, 64 and 8B. RGB value is (4,100,139). Sum of RGB (Red+Green+Blue) = 4+100+139=243 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.65% from 243); Green value is 100 (39.45% from 255 or 41.15% from 243); Blue value is 139 (54.69% from 255 or 57.20% from 243); Max value from RGB is 139 - color contains mainly: blue. Hex color #04648B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #04648B is #FB9B74. Grayscale: #4B4B4B. Windows color (decimal): -16489333 or 9135108. OLE color: 9135108.

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

Color convert

RGB 4 100 139 -
CMYK 0.97 0.28 0 0.45
HSL 197.33º 0.94% 0.28% -
HSV(B) 197.33º 0.97% 0.55% -
XYZ 9.27 11 26.06 -
YUV 75.74 163.7 76.83 -
System Red Green Blue C M Y K H S L
Decimal 4 100 139 0.97 0.28 0 0.45 197.33 0.94 0.28
Hex 4 64 8B 61 1C 0 2D C5 5E 1C
Octal 4 144 213 141 34 0 55 305 136 34
Binary 100 1100100 10001011 1100001 11100 0 101101 11000101 1011110 11100

Color Harmonies of #04648B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04648B

Black with #04648B

Text Example


Text Example

White with #04648B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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