Html Css Color HEX #4C6CD6 Royal Blue

📋 copy color: '#4C6CD6'

red 76 ◦ green 108 ◦ blue 214

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

Shades of Royal Blue #4C6CD6

Tints of Royal Blue #4C6CD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 53.77%

R = 19.1%
G = 27.14%
B = 53.77%

CMYK

 C value IS 0.64

 M value IS 0.50

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#4C6CD6 (or 0x4C6CD6) is known color: Royal Blue. HEX triplet: 4C, 6C and D6. RGB value is (76,108,214). Sum of RGB (Red+Green+Blue) = 76+108+214=398 (52% of max value = 765). Red value is 76 (30.08% from 255 or 19.10% from 398); Green value is 108 (42.58% from 255 or 27.14% from 398); Blue value is 214 (83.98% from 255 or 53.77% from 398); Max value from RGB is 214 - color contains mainly: blue. Hex color #4C6CD6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C6CD6 is #B39329. Grayscale: #6E6E6E. Windows color (decimal): -11768618 or 14052428. OLE color: 14052428.

HSL color Cylindrical-coordinate representation of color #4C6CD6: hue angle of 226.09º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4C6CD6 is Cyan = 0.64, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 76 108 214 -
CMYK 0.64 0.50 0 0.16
HSL 226.09º 0.63% 0.57% -
HSV(B) 226.09º 0.64% 0.84% -
XYZ 20.48 17.12 65.84 -
YUV 110.52 186.4 103.38 -
System Red Green Blue C M Y K H S L
Decimal 76 108 214 0.64 0.50 0 0.16 226.09 0.63 0.57
Hex 4C 6C D6 40 32 0 10 E2 3F 39
Octal 114 154 326 100 62 0 20 342 77 71
Binary 1001100 1101100 11010110 1000000 110010 0 10000 11100010 111111 111001

Color Harmonies of #4C6CD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C6CD6

Black with #4C6CD6

Text Example


Text Example

White with #4C6CD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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