Html Css Color HEX #046CBC Navy Blue

📋 copy color: '#046CBC'

red 4 ◦ green 108 ◦ blue 188

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

Shades of Navy Blue #046CBC

Tints of Navy Blue #046CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 62.67%

R = 1.33%
G = 36%
B = 62.67%

CMYK

 C value IS 0.98

 M value IS 0.43

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#046CBC (or 0x046CBC) is known color: Navy Blue. HEX triplet: 04, 6C and BC. RGB value is (4,108,188). Sum of RGB (Red+Green+Blue) = 4+108+188=300 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.33% from 300); Green value is 108 (42.58% from 255 or 36% from 300); Blue value is 188 (73.83% from 255 or 62.67% from 300); Max value from RGB is 188 - color contains mainly: blue. Hex color #046CBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #046CBC is #FB9343. Grayscale: #555555. Windows color (decimal): -16487236 or 12348420. OLE color: 12348420.

HSL color Cylindrical-coordinate representation of color #046CBC: hue angle of 206.09º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #046CBC is Cyan = 0.98, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 4 108 188 -
CMYK 0.98 0.43 0 0.26
HSL 206.09º 0.96% 0.38% -
HSV(B) 206.09º 0.98% 0.74% -
XYZ 14.49 14.38 49.59 -
YUV 86.02 185.54 69.5 -
System Red Green Blue C M Y K H S L
Decimal 4 108 188 0.98 0.43 0 0.26 206.09 0.96 0.38
Hex 4 6C BC 62 2B 0 1A CE 60 26
Octal 4 154 274 142 53 0 32 316 140 46
Binary 100 1101100 10111100 1100010 101011 0 11010 11001110 1100000 100110

Color Harmonies of #046CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046CBC

Black with #046CBC

Text Example


Text Example

White with #046CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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