Html Css Color HEX #4C6DDD Royal Blue

📋 copy color: '#4C6DDD'

red 76 ◦ green 109 ◦ blue 221

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

Shades of Royal Blue #4C6DDD

Tints of Royal Blue #4C6DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 54.43%

R = 18.72%
G = 26.85%
B = 54.43%

CMYK

 C value IS 0.66

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4C6DDD (or 0x4C6DDD) is known color: Royal Blue. HEX triplet: 4C, 6D and DD. RGB value is (76,109,221). Sum of RGB (Red+Green+Blue) = 76+109+221=406 (53% of max value = 765). Red value is 76 (30.08% from 255 or 18.72% from 406); Green value is 109 (42.97% from 255 or 26.85% from 406); Blue value is 221 (86.72% from 255 or 54.43% from 406); Max value from RGB is 221 - color contains mainly: blue. Hex color #4C6DDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C6DDD is #B39222. Grayscale: #6F6F6F. Windows color (decimal): -11768355 or 14511436. OLE color: 14511436.

HSL color Cylindrical-coordinate representation of color #4C6DDD: hue angle of 226.34º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4C6DDD is Cyan = 0.66, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 76 109 221 -
CMYK 0.66 0.51 0 0.13
HSL 226.34º 0.68% 0.58% -
HSV(B) 226.34º 0.66% 0.87% -
XYZ 21.5 17.69 70.69 -
YUV 111.9 189.57 102.39 -
System Red Green Blue C M Y K H S L
Decimal 76 109 221 0.66 0.51 0 0.13 226.34 0.68 0.58
Hex 4C 6D DD 42 33 0 D E2 44 3A
Octal 114 155 335 102 63 0 15 342 104 72
Binary 1001100 1101101 11011101 1000010 110011 0 1101 11100010 1000100 111010

Color Harmonies of #4C6DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C6DDD

Black with #4C6DDD

Text Example


Text Example

White with #4C6DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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