Html Css Color HEX #046BED Navy Blue

📋 copy color: '#046BED'

red 4 ◦ green 107 ◦ blue 237

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

Shades of Navy Blue #046BED

Tints of Navy Blue #046BED

RGB

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

 GREEN value IS 107 (42.19% from 255) = 30.75%

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

R = 1.15%
G = 30.75%
B = 68.1%

CMYK

 C value IS 0.98

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#046BED (or 0x046BED) is known color: Navy Blue. HEX triplet: 04, 6B and ED. RGB value is (4,107,237). Sum of RGB (Red+Green+Blue) = 4+107+237=348 (46% of max value = 765). Red value is 4 (1.95% from 255 or 1.15% from 348); Green value is 107 (42.19% from 255 or 30.75% from 348); Blue value is 237 (92.97% from 255 or 68.10% from 348); Max value from RGB is 237 - color contains mainly: blue. Hex color #046BED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #046BED is #FB9412. Grayscale: #5A5A5A. Windows color (decimal): -16487443 or 15559428. OLE color: 15559428.

HSL color Cylindrical-coordinate representation of color #046BED: hue angle of 213.48º 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 #046BED is Cyan = 0.98, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 4 107 237 -
CMYK 0.98 0.55 0 0.07
HSL 213.48º 0.97% 0.47% -
HSV(B) 213.48º 0.98% 0.93% -
XYZ 20.59 16.66 82.25 -
YUV 91.02 210.38 65.93 -
System Red Green Blue C M Y K H S L
Decimal 4 107 237 0.98 0.55 0 0.07 213.48 0.97 0.47
Hex 4 6B ED 62 37 0 7 D5 61 2F
Octal 4 153 355 142 67 0 7 325 141 57
Binary 100 1101011 11101101 1100010 110111 0 111 11010101 1100001 101111

Color Harmonies of #046BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046BED

Black with #046BED

Text Example


Text Example

White with #046BED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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