Html Css Color HEX #4C62DD Royal Blue

📋 copy color: '#4C62DD'

red 76 ◦ green 98 ◦ blue 221

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

Shades of Royal Blue #4C62DD

Tints of Royal Blue #4C62DD

RGB

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

 GREEN value IS 98 (38.67% from 255) = 24.81%

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

R = 19.24%
G = 24.81%
B = 55.95%

CMYK

 C value IS 0.66

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4C62DD (or 0x4C62DD) is known color: Royal Blue. HEX triplet: 4C, 62 and DD. RGB value is (76,98,221). Sum of RGB (Red+Green+Blue) = 76+98+221=395 (52% of max value = 765). Red value is 76 (30.08% from 255 or 19.24% from 395); Green value is 98 (38.67% from 255 or 24.81% from 395); Blue value is 221 (86.72% from 255 or 55.95% from 395); Max value from RGB is 221 - color contains mainly: blue. Hex color #4C62DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C62DD is #B39D22. Grayscale: #686868. Windows color (decimal): -11771171 or 14508620. OLE color: 14508620.

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

Color convert

RGB 76 98 221 -
CMYK 0.66 0.56 0 0.13
HSL 230.9º 0.68% 0.58% -
HSV(B) 230.9º 0.66% 0.87% -
XYZ 20.4 15.49 70.32 -
YUV 105.44 193.21 107 -
System Red Green Blue C M Y K H S L
Decimal 76 98 221 0.66 0.56 0 0.13 230.9 0.68 0.58
Hex 4C 62 DD 42 38 0 D E7 44 3A
Octal 114 142 335 102 70 0 15 347 104 72
Binary 1001100 1100010 11011101 1000010 111000 0 1101 11100111 1000100 111010

Color Harmonies of #4C62DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C62DD

Black with #4C62DD

Text Example


Text Example

White with #4C62DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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