Html Css Color HEX #4673DC Royal Blue

📋 copy color: '#4673DC'

red 70 ◦ green 115 ◦ blue 220

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

Shades of Royal Blue #4673DC

Tints of Royal Blue #4673DC

RGB

 RED value IS 70 (27.73% from 255) = 17.28%

 GREEN value IS 115 (45.31% from 255) = 28.4%

 BLUE value IS 220 (86.33% from 255) = 54.32%

R = 17.28%
G = 28.4%
B = 54.32%

CMYK

 C value IS 0.68

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4673DC (or 0x4673DC) is known color: Royal Blue. HEX triplet: 46, 73 and DC. RGB value is (70,115,220). Sum of RGB (Red+Green+Blue) = 70+115+220=405 (53% of max value = 765). Red value is 70 (27.73% from 255 or 17.28% from 405); Green value is 115 (45.31% from 255 or 28.40% from 405); Blue value is 220 (86.33% from 255 or 54.32% from 405); Max value from RGB is 220 - color contains mainly: blue. Hex color #4673DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4673DC is #B98C23. Grayscale: #717171. Windows color (decimal): -12160036 or 14447430. OLE color: 14447430.

HSL color Cylindrical-coordinate representation of color #4673DC: hue angle of 222º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4673DC is Cyan = 0.68, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 70 115 220 -
CMYK 0.68 0.48 0 0.14
HSL 222º 0.68% 0.57% -
HSV(B) 222º 0.68% 0.86% -
XYZ 21.57 18.73 70.19 -
YUV 113.52 188.09 96.96 -
System Red Green Blue C M Y K H S L
Decimal 70 115 220 0.68 0.48 0 0.14 222 0.68 0.57
Hex 46 73 DC 44 30 0 E DE 44 39
Octal 106 163 334 104 60 0 16 336 104 71
Binary 1000110 1110011 11011100 1000100 110000 0 1110 11011110 1000100 111001

Color Harmonies of #4673DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4673DC

Black with #4673DC

Text Example


Text Example

White with #4673DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4673DC; }

 p { color: rgb(70,115,220); }

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

background-color css

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

 a { background-color: rgb(70,115,220); }

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

border-color css

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

 span { border-color: rgb(70,115,220); }

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