Html Css Color HEX #4C6DDB Royal Blue

📋 copy color: '#4C6DDB'

red 76 ◦ green 109 ◦ blue 219

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

Shades of Royal Blue #4C6DDB

Tints of Royal Blue #4C6DDB

RGB

 RED value IS 76 (30.08% from 255) = 18.81%

 GREEN value IS 109 (42.97% from 255) = 26.98%

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

R = 18.81%
G = 26.98%
B = 54.21%

CMYK

 C value IS 0.65

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4C6DDB (or 0x4C6DDB) is known color: Royal Blue. HEX triplet: 4C, 6D and DB. RGB value is (76,109,219). Sum of RGB (Red+Green+Blue) = 76+109+219=404 (53% of max value = 765). Red value is 76 (30.08% from 255 or 18.81% from 404); Green value is 109 (42.97% from 255 or 26.98% from 404); Blue value is 219 (85.94% from 255 or 54.21% from 404); Max value from RGB is 219 - color contains mainly: blue. Hex color #4C6DDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C6DDB is #B39224. Grayscale: #6F6F6F. Windows color (decimal): -11768357 or 14380364. OLE color: 14380364.

HSL color Cylindrical-coordinate representation of color #4C6DDB: hue angle of 226.15º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4C6DDB is Cyan = 0.65, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 76 109 219 -
CMYK 0.65 0.50 0 0.14
HSL 226.15º 0.67% 0.58% -
HSV(B) 226.15º 0.65% 0.86% -
XYZ 21.24 17.59 69.29 -
YUV 111.67 188.57 102.56 -
System Red Green Blue C M Y K H S L
Decimal 76 109 219 0.65 0.50 0 0.14 226.15 0.67 0.58
Hex 4C 6D DB 41 32 0 E E2 43 3A
Octal 114 155 333 101 62 0 16 342 103 72
Binary 1001100 1101101 11011011 1000001 110010 0 1110 11100010 1000011 111010

Color Harmonies of #4C6DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C6DDB

Black with #4C6DDB

Text Example


Text Example

White with #4C6DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4C6DDB; }

 p { color: rgb(76,109,219); }

 H1.HeaderClassName
 {
   color: #4C6DDB;
 }
 .AnyTagClassName
 {
   color: #4C6DDB;
 }
</style>

background-color css

<style>
 a { background-color: #4C6DDB; }

 a { background-color: rgb(76,109,219); }

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

border-color css

<style>
 span { border-color: #4C6DDB; }

 span { border-color: rgb(76,109,219); }

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