Html Css Color HEX #4670DF Royal Blue

📋 copy color: '#4670DF'

red 70 ◦ green 112 ◦ blue 223

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

Shades of Royal Blue #4670DF

Tints of Royal Blue #4670DF

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.65%

 BLUE value IS 223 (87.5% from 255) = 55.06%

R = 17.28%
G = 27.65%
B = 55.06%

CMYK

 C value IS 0.69

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4670DF (or 0x4670DF) is known color: Royal Blue. HEX triplet: 46, 70 and DF. RGB value is (70,112,223). Sum of RGB (Red+Green+Blue) = 70+112+223=405 (53% of max value = 765). Red value is 70 (27.73% from 255 or 17.28% from 405); Green value is 112 (44.14% from 255 or 27.65% from 405); Blue value is 223 (87.5% from 255 or 55.06% from 405); Max value from RGB is 223 - color contains mainly: blue. Hex color #4670DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4670DF is #B98F20. Grayscale: #6F6F6F. Windows color (decimal): -12160801 or 14643270. OLE color: 14643270.

HSL color Cylindrical-coordinate representation of color #4670DF: hue angle of 223.53º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4670DF is Cyan = 0.69, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 70 112 223 -
CMYK 0.69 0.50 0 0.13
HSL 223.53º 0.71% 0.57% -
HSV(B) 223.53º 0.69% 0.87% -
XYZ 21.64 18.22 72.19 -
YUV 112.1 190.59 97.97 -
System Red Green Blue C M Y K H S L
Decimal 70 112 223 0.69 0.50 0 0.13 223.53 0.71 0.57
Hex 46 70 DF 45 32 0 D E0 47 39
Octal 106 160 337 105 62 0 15 340 107 71
Binary 1000110 1110000 11011111 1000101 110010 0 1101 11100000 1000111 111001

Color Harmonies of #4670DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4670DF

Black with #4670DF

Text Example


Text Example

White with #4670DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4670DF; }

 p { color: rgb(70,112,223); }

 H1.HeaderClassName
 {
   color: #4670DF;
 }
 .AnyTagClassName
 {
   color: #4670DF;
 }
</style>

background-color css

<style>
 a { background-color: #4670DF; }

 a { background-color: rgb(70,112,223); }

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

border-color css

<style>
 span { border-color: #4670DF; }

 span { border-color: rgb(70,112,223); }

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