Html Css Color HEX #4668DC Royal Blue

📋 copy color: '#4668DC'

red 70 ◦ green 104 ◦ blue 220

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

Shades of Royal Blue #4668DC

Tints of Royal Blue #4668DC

RGB

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

 GREEN value IS 104 (41.02% from 255) = 26.4%

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

R = 17.77%
G = 26.4%
B = 55.84%

CMYK

 C value IS 0.68

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4668DC (or 0x4668DC) is known color: Royal Blue. HEX triplet: 46, 68 and DC. RGB value is (70,104,220). Sum of RGB (Red+Green+Blue) = 70+104+220=394 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.77% from 394); Green value is 104 (41.02% from 255 or 26.40% from 394); Blue value is 220 (86.33% from 255 or 55.84% from 394); Max value from RGB is 220 - color contains mainly: blue. Hex color #4668DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4668DC is #B99723. Grayscale: #6A6A6A. Windows color (decimal): -12162852 or 14444614. OLE color: 14444614.

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

Color convert

RGB 70 104 220 -
CMYK 0.68 0.53 0 0.14
HSL 226.4º 0.68% 0.57% -
HSV(B) 226.4º 0.68% 0.86% -
XYZ 20.39 16.37 69.79 -
YUV 107.06 191.74 101.57 -
System Red Green Blue C M Y K H S L
Decimal 70 104 220 0.68 0.53 0 0.14 226.4 0.68 0.57
Hex 46 68 DC 44 35 0 E E2 44 39
Octal 106 150 334 104 65 0 16 342 104 71
Binary 1000110 1101000 11011100 1000100 110101 0 1110 11100010 1000100 111001

Color Harmonies of #4668DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4668DC

Black with #4668DC

Text Example


Text Example

White with #4668DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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