Html Css Color HEX #0446EB Navy Blue

📋 copy color: '#0446EB'

red 4 ◦ green 70 ◦ blue 235

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

Shades of Navy Blue #0446EB

Tints of Navy Blue #0446EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 76.05%

R = 1.29%
G = 22.65%
B = 76.05%

CMYK

 C value IS 0.98

 M value IS 0.70

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0446EB (or 0x0446EB) is known color: Navy Blue. HEX triplet: 04, 46 and EB. RGB value is (4,70,235). Sum of RGB (Red+Green+Blue) = 4+70+235=309 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.29% from 309); Green value is 70 (27.73% from 255 or 22.65% from 309); Blue value is 235 (92.19% from 255 or 76.05% from 309); Max value from RGB is 235 - color contains mainly: blue. Hex color #0446EB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0446EB is #FBB914. Grayscale: #444444. Windows color (decimal): -16496917 or 15418884. OLE color: 15418884.

HSL color Cylindrical-coordinate representation of color #0446EB: hue angle of 222.86º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0446EB is Cyan = 0.98, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 4 70 235 -
CMYK 0.98 0.70 0 0.08
HSL 222.86º 0.97% 0.47% -
HSV(B) 222.86º 0.98% 0.92% -
XYZ 17.24 10.4 79.7 -
YUV 69.08 221.63 81.58 -
System Red Green Blue C M Y K H S L
Decimal 4 70 235 0.98 0.70 0 0.08 222.86 0.97 0.47
Hex 4 46 EB 62 46 0 8 DF 61 2F
Octal 4 106 353 142 106 0 10 337 141 57
Binary 100 1000110 11101011 1100010 1000110 0 1000 11011111 1100001 101111

Color Harmonies of #0446EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0446EB

Black with #0446EB

Text Example


Text Example

White with #0446EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0446EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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