Html Css Color HEX #4C5CDD Royal Blue

📋 copy color: '#4C5CDD'

red 76 ◦ green 92 ◦ blue 221

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

Shades of Royal Blue #4C5CDD

Tints of Royal Blue #4C5CDD

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.65%

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

R = 19.54%
G = 23.65%
B = 56.81%

CMYK

 C value IS 0.66

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4C5CDD (or 0x4C5CDD) is known color: Royal Blue. HEX triplet: 4C, 5C and DD. RGB value is (76,92,221). Sum of RGB (Red+Green+Blue) = 76+92+221=389 (51% of max value = 765). Red value is 76 (30.08% from 255 or 19.54% from 389); Green value is 92 (36.33% from 255 or 23.65% from 389); Blue value is 221 (86.72% from 255 or 56.81% from 389); Max value from RGB is 221 - color contains mainly: blue. Hex color #4C5CDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C5CDD is #B3A322. Grayscale: #656565. Windows color (decimal): -11772707 or 14507084. OLE color: 14507084.

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

Color convert

RGB 76 92 221 -
CMYK 0.66 0.58 0 0.13
HSL 233.38º 0.68% 0.58% -
HSV(B) 233.38º 0.66% 0.87% -
XYZ 19.86 14.41 70.14 -
YUV 101.92 195.2 109.51 -
System Red Green Blue C M Y K H S L
Decimal 76 92 221 0.66 0.58 0 0.13 233.38 0.68 0.58
Hex 4C 5C DD 42 3A 0 D E9 44 3A
Octal 114 134 335 102 72 0 15 351 104 72
Binary 1001100 1011100 11011101 1000010 111010 0 1101 11101001 1000100 111010

Color Harmonies of #4C5CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C5CDD

Black with #4C5CDD

Text Example


Text Example

White with #4C5CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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