Html Css Color HEX #4C6CDB Royal Blue

📋 copy color: '#4C6CDB'

red 76 ◦ green 108 ◦ blue 219

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

Shades of Royal Blue #4C6CDB

Tints of Royal Blue #4C6CDB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 26.8%

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

R = 18.86%
G = 26.8%
B = 54.34%

CMYK

 C value IS 0.65

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4C6CDB (or 0x4C6CDB) is known color: Royal Blue. HEX triplet: 4C, 6C and DB. RGB value is (76,108,219). Sum of RGB (Red+Green+Blue) = 76+108+219=403 (53% of max value = 765). Red value is 76 (30.08% from 255 or 18.86% from 403); Green value is 108 (42.58% from 255 or 26.80% from 403); Blue value is 219 (85.94% from 255 or 54.34% from 403); Max value from RGB is 219 - color contains mainly: blue. Hex color #4C6CDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C6CDB is #B39324. Grayscale: #6E6E6E. Windows color (decimal): -11768613 or 14380108. OLE color: 14380108.

HSL color Cylindrical-coordinate representation of color #4C6CDB: hue angle of 226.57º 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 #4C6CDB is Cyan = 0.65, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 76 108 219 -
CMYK 0.65 0.51 0 0.14
HSL 226.57º 0.67% 0.58% -
HSV(B) 226.57º 0.65% 0.86% -
XYZ 21.13 17.38 69.26 -
YUV 111.09 188.9 102.97 -
System Red Green Blue C M Y K H S L
Decimal 76 108 219 0.65 0.51 0 0.14 226.57 0.67 0.58
Hex 4C 6C DB 41 33 0 E E3 43 3A
Octal 114 154 333 101 63 0 16 343 103 72
Binary 1001100 1101100 11011011 1000001 110011 0 1110 11100011 1000011 111010

Color Harmonies of #4C6CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C6CDB

Black with #4C6CDB

Text Example


Text Example

White with #4C6CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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