Html Css Color HEX #046CED Navy Blue

📋 copy color: '#046CED'

red 4 ◦ green 108 ◦ blue 237

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

Shades of Navy Blue #046CED

Tints of Navy Blue #046CED

RGB

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

 GREEN value IS 108 (42.58% from 255) = 30.95%

 BLUE value IS 237 (92.97% from 255) = 67.91%

R = 1.15%
G = 30.95%
B = 67.91%

CMYK

 C value IS 0.98

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#046CED (or 0x046CED) is known color: Navy Blue. HEX triplet: 04, 6C and ED. RGB value is (4,108,237). Sum of RGB (Red+Green+Blue) = 4+108+237=349 (46% of max value = 765). Red value is 4 (1.95% from 255 or 1.15% from 349); Green value is 108 (42.58% from 255 or 30.95% from 349); Blue value is 237 (92.97% from 255 or 67.91% from 349); Max value from RGB is 237 - color contains mainly: blue. Hex color #046CED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #046CED is #FB9312. Grayscale: #5A5A5A. Windows color (decimal): -16487187 or 15559684. OLE color: 15559684.

HSL color Cylindrical-coordinate representation of color #046CED: hue angle of 213.22º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #046CED is Cyan = 0.98, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 4 108 237 -
CMYK 0.98 0.54 0 0.07
HSL 213.22º 0.97% 0.47% -
HSV(B) 213.22º 0.98% 0.93% -
XYZ 20.7 16.87 82.29 -
YUV 91.61 210.04 65.51 -
System Red Green Blue C M Y K H S L
Decimal 4 108 237 0.98 0.54 0 0.07 213.22 0.97 0.47
Hex 4 6C ED 62 36 0 7 D5 61 2F
Octal 4 154 355 142 66 0 7 325 141 57
Binary 100 1101100 11101101 1100010 110110 0 111 11010101 1100001 101111

Color Harmonies of #046CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046CED

Black with #046CED

Text Example


Text Example

White with #046CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #046CED; }

 p { color: rgb(4,108,237); }

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

background-color css

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

 a { background-color: rgb(4,108,237); }

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

border-color css

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

 span { border-color: rgb(4,108,237); }

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