Html Css Color HEX #4C63DD Royal Blue

📋 copy color: '#4C63DD'

red 76 ◦ green 99 ◦ blue 221

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

Shades of Royal Blue #4C63DD

Tints of Royal Blue #4C63DD

RGB

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

 GREEN value IS 99 (39.06% from 255) = 25%

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

R = 19.19%
G = 25%
B = 55.81%

CMYK

 C value IS 0.66

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4C63DD (or 0x4C63DD) is known color: Royal Blue. HEX triplet: 4C, 63 and DD. RGB value is (76,99,221). Sum of RGB (Red+Green+Blue) = 76+99+221=396 (52% of max value = 765). Red value is 76 (30.08% from 255 or 19.19% from 396); Green value is 99 (39.06% from 255 or 25% from 396); Blue value is 221 (86.72% from 255 or 55.81% from 396); Max value from RGB is 221 - color contains mainly: blue. Hex color #4C63DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C63DD is #B39C22. Grayscale: #696969. Windows color (decimal): -11770915 or 14508876. OLE color: 14508876.

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

Color convert

RGB 76 99 221 -
CMYK 0.66 0.55 0 0.13
HSL 230.48º 0.68% 0.58% -
HSV(B) 230.48º 0.66% 0.87% -
XYZ 20.49 15.68 70.35 -
YUV 106.03 192.88 106.58 -
System Red Green Blue C M Y K H S L
Decimal 76 99 221 0.66 0.55 0 0.13 230.48 0.68 0.58
Hex 4C 63 DD 42 37 0 D E6 44 3A
Octal 114 143 335 102 67 0 15 346 104 72
Binary 1001100 1100011 11011101 1000010 110111 0 1101 11100110 1000100 111010

Color Harmonies of #4C63DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C63DD

Black with #4C63DD

Text Example


Text Example

White with #4C63DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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