Html Css Color HEX #4B73DA Royal Blue

📋 copy color: '#4B73DA'

red 75 ◦ green 115 ◦ blue 218

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

Shades of Royal Blue #4B73DA

Tints of Royal Blue #4B73DA

RGB

 RED value IS 75 (29.69% from 255) = 18.38%

 GREEN value IS 115 (45.31% from 255) = 28.19%

 BLUE value IS 218 (85.55% from 255) = 53.43%

R = 18.38%
G = 28.19%
B = 53.43%

CMYK

 C value IS 0.66

 M value IS 0.47

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#4B73DA (or 0x4B73DA) is known color: Royal Blue. HEX triplet: 4B, 73 and DA. RGB value is (75,115,218). Sum of RGB (Red+Green+Blue) = 75+115+218=408 (54% of max value = 765). Red value is 75 (29.69% from 255 or 18.38% from 408); Green value is 115 (45.31% from 255 or 28.19% from 408); Blue value is 218 (85.55% from 255 or 53.43% from 408); Max value from RGB is 218 - color contains mainly: blue. Hex color #4B73DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B73DA is #B48C25. Grayscale: #727272. Windows color (decimal): -11832358 or 14316363. OLE color: 14316363.

HSL color Cylindrical-coordinate representation of color #4B73DA: hue angle of 223.22º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4B73DA is Cyan = 0.66, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 75 115 218 -
CMYK 0.66 0.47 0 0.15
HSL 223.22º 0.66% 0.57% -
HSV(B) 223.22º 0.66% 0.85% -
XYZ 21.69 18.82 68.82 -
YUV 114.78 186.25 99.62 -
System Red Green Blue C M Y K H S L
Decimal 75 115 218 0.66 0.47 0 0.15 223.22 0.66 0.57
Hex 4B 73 DA 42 2F 0 F DF 42 39
Octal 113 163 332 102 57 0 17 337 102 71
Binary 1001011 1110011 11011010 1000010 101111 0 1111 11011111 1000010 111001

Color Harmonies of #4B73DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B73DA

Black with #4B73DA

Text Example


Text Example

White with #4B73DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,115,218); }

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

background-color css

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

 a { background-color: rgb(75,115,218); }

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

border-color css

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

 span { border-color: rgb(75,115,218); }

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