Html Css Color HEX #044698 Cobalt

📋 copy color: '#044698'

red 4 ◦ green 70 ◦ blue 152

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

Shades of Cobalt #044698

Tints of Cobalt #044698

RGB

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

 GREEN value IS 70 (27.73% from 255) = 30.97%

 BLUE value IS 152 (59.77% from 255) = 67.26%

R = 1.77%
G = 30.97%
B = 67.26%

CMYK

 C value IS 0.97

 M value IS 0.54

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#044698 (or 0x044698) is known color: Cobalt. HEX triplet: 04, 46 and 98. RGB value is (4,70,152). Sum of RGB (Red+Green+Blue) = 4+70+152=226 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.77% from 226); Green value is 70 (27.73% from 255 or 30.97% from 226); Blue value is 152 (59.77% from 255 or 67.26% from 226); Max value from RGB is 152 - color contains mainly: blue. Hex color #044698 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #044698 is #FBB967. Grayscale: #3B3B3B. Windows color (decimal): -16497000 or 9979396. OLE color: 9979396.

HSL color Cylindrical-coordinate representation of color #044698: hue angle of 213.24º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #044698 is Cyan = 0.97, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 4 70 152 -
CMYK 0.97 0.54 0 0.40
HSL 213.24º 0.95% 0.31% -
HSV(B) 213.24º 0.97% 0.6% -
XYZ 7.91 6.67 30.58 -
YUV 59.61 180.13 88.33 -
System Red Green Blue C M Y K H S L
Decimal 4 70 152 0.97 0.54 0 0.40 213.24 0.95 0.31
Hex 4 46 98 61 36 0 28 D5 5F 1F
Octal 4 106 230 141 66 0 50 325 137 37
Binary 100 1000110 10011000 1100001 110110 0 101000 11010101 1011111 11111

Color Harmonies of #044698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044698

Black with #044698

Text Example


Text Example

White with #044698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #044698; }

 p { color: rgb(4,70,152); }

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

background-color css

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

 a { background-color: rgb(4,70,152); }

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

border-color css

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

 span { border-color: rgb(4,70,152); }

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