Html Css Color HEX #4C58DB Royal Blue

📋 copy color: '#4C58DB'

red 76 ◦ green 88 ◦ blue 219

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

Shades of Royal Blue #4C58DB

Tints of Royal Blue #4C58DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 57.18%

R = 19.84%
G = 22.98%
B = 57.18%

CMYK

 C value IS 0.65

 M value IS 0.60

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4C58DB (or 0x4C58DB) is known color: Royal Blue. HEX triplet: 4C, 58 and DB. RGB value is (76,88,219). Sum of RGB (Red+Green+Blue) = 76+88+219=383 (50% of max value = 765). Red value is 76 (30.08% from 255 or 19.84% from 383); Green value is 88 (34.77% from 255 or 22.98% from 383); Blue value is 219 (85.94% from 255 or 57.18% from 383); Max value from RGB is 219 - color contains mainly: blue. Hex color #4C58DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C58DB is #B3A724. Grayscale: #626262. Windows color (decimal): -11773733 or 14374988. OLE color: 14374988.

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

Color convert

RGB 76 88 219 -
CMYK 0.65 0.60 0 0.14
HSL 234.97º 0.67% 0.58% -
HSV(B) 234.97º 0.65% 0.86% -
XYZ 19.26 13.63 68.63 -
YUV 99.35 195.52 111.35 -
System Red Green Blue C M Y K H S L
Decimal 76 88 219 0.65 0.60 0 0.14 234.97 0.67 0.58
Hex 4C 58 DB 41 3C 0 E EB 43 3A
Octal 114 130 333 101 74 0 16 353 103 72
Binary 1001100 1011000 11011011 1000001 111100 0 1110 11101011 1000011 111010

Color Harmonies of #4C58DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C58DB

Black with #4C58DB

Text Example


Text Example

White with #4C58DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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