Html Css Color HEX #4C60DD Royal Blue

📋 copy color: '#4C60DD'

red 76 ◦ green 96 ◦ blue 221

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

Shades of Royal Blue #4C60DD

Tints of Royal Blue #4C60DD

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24.43%

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

R = 19.34%
G = 24.43%
B = 56.23%

CMYK

 C value IS 0.66

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4C60DD (or 0x4C60DD) is known color: Royal Blue. HEX triplet: 4C, 60 and DD. RGB value is (76,96,221). Sum of RGB (Red+Green+Blue) = 76+96+221=393 (52% of max value = 765). Red value is 76 (30.08% from 255 or 19.34% from 393); Green value is 96 (37.89% from 255 or 24.43% from 393); Blue value is 221 (86.72% from 255 or 56.23% from 393); Max value from RGB is 221 - color contains mainly: blue. Hex color #4C60DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C60DD is #B39F22. Grayscale: #676767. Windows color (decimal): -11771683 or 14508108. OLE color: 14508108.

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

Color convert

RGB 76 96 221 -
CMYK 0.66 0.57 0 0.13
HSL 231.72º 0.68% 0.58% -
HSV(B) 231.72º 0.66% 0.87% -
XYZ 20.21 15.12 70.26 -
YUV 104.27 193.87 107.84 -
System Red Green Blue C M Y K H S L
Decimal 76 96 221 0.66 0.57 0 0.13 231.72 0.68 0.58
Hex 4C 60 DD 42 39 0 D E8 44 3A
Octal 114 140 335 102 71 0 15 350 104 72
Binary 1001100 1100000 11011101 1000010 111001 0 1101 11101000 1000100 111010

Color Harmonies of #4C60DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C60DD

Black with #4C60DD

Text Example


Text Example

White with #4C60DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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