Html Css Color HEX #4671DC Royal Blue

📋 copy color: '#4671DC'

red 70 ◦ green 113 ◦ blue 220

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

Shades of Royal Blue #4671DC

Tints of Royal Blue #4671DC

RGB

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

 GREEN value IS 113 (44.53% from 255) = 28.04%

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

R = 17.37%
G = 28.04%
B = 54.59%

CMYK

 C value IS 0.68

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4671DC (or 0x4671DC) is known color: Royal Blue. HEX triplet: 46, 71 and DC. RGB value is (70,113,220). Sum of RGB (Red+Green+Blue) = 70+113+220=403 (53% of max value = 765). Red value is 70 (27.73% from 255 or 17.37% from 403); Green value is 113 (44.53% from 255 or 28.04% from 403); Blue value is 220 (86.33% from 255 or 54.59% from 403); Max value from RGB is 220 - color contains mainly: blue. Hex color #4671DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4671DC is #B98E23. Grayscale: #6F6F6F. Windows color (decimal): -12160548 or 14446918. OLE color: 14446918.

HSL color Cylindrical-coordinate representation of color #4671DC: hue angle of 222.8º 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 #4671DC is Cyan = 0.68, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 70 113 220 -
CMYK 0.68 0.49 0 0.14
HSL 222.8º 0.68% 0.57% -
HSV(B) 222.8º 0.68% 0.86% -
XYZ 21.35 18.28 70.11 -
YUV 112.34 188.75 97.8 -
System Red Green Blue C M Y K H S L
Decimal 70 113 220 0.68 0.49 0 0.14 222.8 0.68 0.57
Hex 46 71 DC 44 31 0 E DF 44 39
Octal 106 161 334 104 61 0 16 337 104 71
Binary 1000110 1110001 11011100 1000100 110001 0 1110 11011111 1000100 111001

Color Harmonies of #4671DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4671DC

Black with #4671DC

Text Example


Text Example

White with #4671DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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