Html Css Color HEX #4668DB Royal Blue

📋 copy color: '#4668DB'

red 70 ◦ green 104 ◦ blue 219

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

Shades of Royal Blue #4668DB

Tints of Royal Blue #4668DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 55.73%

R = 17.81%
G = 26.46%
B = 55.73%

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

#4668DB (or 0x4668DB) is known color: Royal Blue. HEX triplet: 46, 68 and DB. RGB value is (70,104,219). Sum of RGB (Red+Green+Blue) = 70+104+219=393 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.81% from 393); Green value is 104 (41.02% from 255 or 26.46% from 393); Blue value is 219 (85.94% from 255 or 55.73% from 393); Max value from RGB is 219 - color contains mainly: blue. Hex color #4668DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4668DB is #B99724. Grayscale: #6A6A6A. Windows color (decimal): -12162853 or 14379078. OLE color: 14379078.

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

Color convert

RGB 70 104 219 -
CMYK 0.68 0.53 0 0.14
HSL 226.31º 0.67% 0.57% -
HSV(B) 226.31º 0.68% 0.86% -
XYZ 20.26 16.32 69.1 -
YUV 106.94 191.24 101.65 -
System Red Green Blue C M Y K H S L
Decimal 70 104 219 0.68 0.53 0 0.14 226.31 0.67 0.57
Hex 46 68 DB 44 35 0 E E2 43 39
Octal 106 150 333 104 65 0 16 342 103 71
Binary 1000110 1101000 11011011 1000100 110101 0 1110 11100010 1000011 111001

Color Harmonies of #4668DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4668DB

Black with #4668DB

Text Example


Text Example

White with #4668DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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