Html Css Color HEX #04698D Allports

📋 copy color: '#04698D'

red 4 ◦ green 105 ◦ blue 141

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

Shades of Allports #04698D

Tints of Allports #04698D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 42%

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

R = 1.6%
G = 42%
B = 56.4%

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

#04698D (or 0x04698D) is known color: Allports. HEX triplet: 04, 69 and 8D. RGB value is (4,105,141). Sum of RGB (Red+Green+Blue) = 4+105+141=250 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.6% from 250); Green value is 105 (41.41% from 255 or 42% from 250); Blue value is 141 (55.47% from 255 or 56.4% from 250); Max value from RGB is 141 - color contains mainly: blue. Hex color #04698D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #04698D is #FB9672. Grayscale: #4E4E4E. Windows color (decimal): -16488051 or 9267460. OLE color: 9267460.

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

Color convert

RGB 4 105 141 -
CMYK 0.97 0.26 0 0.45
HSL 195.77º 0.94% 0.28% -
HSV(B) 195.77º 0.97% 0.55% -
XYZ 9.91 12.05 27 -
YUV 78.91 163.04 74.57 -
System Red Green Blue C M Y K H S L
Decimal 4 105 141 0.97 0.26 0 0.45 195.77 0.94 0.28
Hex 4 69 8D 61 1A 0 2D C4 5E 1C
Octal 4 151 215 141 32 0 55 304 136 34
Binary 100 1101001 10001101 1100001 11010 0 101101 11000100 1011110 11100

Color Harmonies of #04698D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04698D

Black with #04698D

Text Example


Text Example

White with #04698D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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