Html Css Color HEX #4C58DE Royal Blue

📋 copy color: '#4C58DE'

red 76 ◦ green 88 ◦ blue 222

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

Shades of Royal Blue #4C58DE

Tints of Royal Blue #4C58DE

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22.8%

 BLUE value IS 222 (87.11% from 255) = 57.51%

R = 19.69%
G = 22.8%
B = 57.51%

CMYK

 C value IS 0.66

 M value IS 0.60

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4C58DE (or 0x4C58DE) is known color: Royal Blue. HEX triplet: 4C, 58 and DE. RGB value is (76,88,222). Sum of RGB (Red+Green+Blue) = 76+88+222=386 (51% of max value = 765). Red value is 76 (30.08% from 255 or 19.69% from 386); Green value is 88 (34.77% from 255 or 22.80% from 386); Blue value is 222 (87.11% from 255 or 57.51% from 386); Max value from RGB is 222 - color contains mainly: blue. Hex color #4C58DE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C58DE is #B3A721. Grayscale: #636363. Windows color (decimal): -11773730 or 14571596. OLE color: 14571596.

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

Color convert

RGB 76 88 222 -
CMYK 0.66 0.60 0 0.13
HSL 235.07º 0.69% 0.58% -
HSV(B) 235.07º 0.66% 0.87% -
XYZ 19.66 13.79 70.73 -
YUV 99.69 197.02 111.1 -
System Red Green Blue C M Y K H S L
Decimal 76 88 222 0.66 0.60 0 0.13 235.07 0.69 0.58
Hex 4C 58 DE 42 3C 0 D EB 45 3A
Octal 114 130 336 102 74 0 15 353 105 72
Binary 1001100 1011000 11011110 1000010 111100 0 1101 11101011 1000101 111010

Color Harmonies of #4C58DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C58DE

Black with #4C58DE

Text Example


Text Example

White with #4C58DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,88,222); }

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

background-color css

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

 a { background-color: rgb(76,88,222); }

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

border-color css

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

 span { border-color: rgb(76,88,222); }

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