Html Css Color HEX #4A58DC Royal Blue

📋 copy color: '#4A58DC'

red 74 ◦ green 88 ◦ blue 220

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

Shades of Royal Blue #4A58DC

Tints of Royal Blue #4A58DC

RGB

 RED value IS 74 (29.3% from 255) = 19.37%

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

 BLUE value IS 220 (86.33% from 255) = 57.59%

R = 19.37%
G = 23.04%
B = 57.59%

CMYK

 C value IS 0.66

 M value IS 0.6

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4A58DC (or 0x4A58DC) is known color: Royal Blue. HEX triplet: 4A, 58 and DC. RGB value is (74,88,220). Sum of RGB (Red+Green+Blue) = 74+88+220=382 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.37% from 382); Green value is 88 (34.77% from 255 or 23.04% from 382); Blue value is 220 (86.33% from 255 or 57.59% from 382); Max value from RGB is 220 - color contains mainly: blue. Hex color #4A58DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A58DC is #B5A723. Grayscale: #626262. Windows color (decimal): -11904804 or 14440522. OLE color: 14440522.

HSL color Cylindrical-coordinate representation of color #4A58DC: hue angle of 234.25º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4A58DC is Cyan = 0.66, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 74 88 220 -
CMYK 0.66 0.6 0 0.14
HSL 234.25º 0.68% 0.58% -
HSV(B) 234.25º 0.66% 0.86% -
XYZ 19.23 13.6 69.32 -
YUV 98.86 196.36 110.27 -
System Red Green Blue C M Y K H S L
Decimal 74 88 220 0.66 0.6 0 0.14 234.25 0.68 0.58
Hex 4A 58 DC 42 3C 0 E EA 44 3A
Octal 112 130 334 102 74 0 16 352 104 72
Binary 1001010 1011000 11011100 1000010 111100 0 1110 11101010 1000100 111010

Color Harmonies of #4A58DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A58DC

Black with #4A58DC

Text Example


Text Example

White with #4A58DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,88,220); }

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

background-color css

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

 a { background-color: rgb(74,88,220); }

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

border-color css

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

 span { border-color: rgb(74,88,220); }

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