Html Css Color HEX #4C6CDE Royal Blue

📋 copy color: '#4C6CDE'

red 76 ◦ green 108 ◦ blue 222

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

Shades of Royal Blue #4C6CDE

Tints of Royal Blue #4C6CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 54.68%

R = 18.72%
G = 26.6%
B = 54.68%

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

#4C6CDE (or 0x4C6CDE) is known color: Royal Blue. HEX triplet: 4C, 6C and DE. RGB value is (76,108,222). Sum of RGB (Red+Green+Blue) = 76+108+222=406 (53% of max value = 765). Red value is 76 (30.08% from 255 or 18.72% from 406); Green value is 108 (42.58% from 255 or 26.60% from 406); Blue value is 222 (87.11% from 255 or 54.68% from 406); Max value from RGB is 222 - color contains mainly: blue. Hex color #4C6CDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C6CDE is #B39321. Grayscale: #6E6E6E. Windows color (decimal): -11768610 or 14576716. OLE color: 14576716.

HSL color Cylindrical-coordinate representation of color #4C6CDE: hue angle of 226.85º degrees, saturation: 0.69, 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 #4C6CDE is Cyan = 0.66, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 76 108 222 -
CMYK 0.66 0.51 0 0.13
HSL 226.85º 0.69% 0.58% -
HSV(B) 226.85º 0.66% 0.87% -
XYZ 21.53 17.54 71.36 -
YUV 111.43 190.4 102.73 -
System Red Green Blue C M Y K H S L
Decimal 76 108 222 0.66 0.51 0 0.13 226.85 0.69 0.58
Hex 4C 6C DE 42 33 0 D E3 45 3A
Octal 114 154 336 102 63 0 15 343 105 72
Binary 1001100 1101100 11011110 1000010 110011 0 1101 11100011 1000101 111010

Color Harmonies of #4C6CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C6CDE

Black with #4C6CDE

Text Example


Text Example

White with #4C6CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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