Html Css Color HEX #4B70D5 Royal Blue

📋 copy color: '#4B70D5'

red 75 ◦ green 112 ◦ blue 213

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

Shades of Royal Blue #4B70D5

Tints of Royal Blue #4B70D5

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28%

 BLUE value IS 213 (83.59% from 255) = 53.25%

R = 18.75%
G = 28%
B = 53.25%

CMYK

 C value IS 0.65

 M value IS 0.47

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#4B70D5 (or 0x4B70D5) is known color: Royal Blue. HEX triplet: 4B, 70 and D5. RGB value is (75,112,213). Sum of RGB (Red+Green+Blue) = 75+112+213=400 (52% of max value = 765). Red value is 75 (29.69% from 255 or 18.75% from 400); Green value is 112 (44.14% from 255 or 28% from 400); Blue value is 213 (83.59% from 255 or 53.25% from 400); Max value from RGB is 213 - color contains mainly: blue. Hex color #4B70D5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B70D5 is #B48F2A. Grayscale: #707070. Windows color (decimal): -11833131 or 13987915. OLE color: 13987915.

HSL color Cylindrical-coordinate representation of color #4B70D5: hue angle of 223.91º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4B70D5 is Cyan = 0.65, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 75 112 213 -
CMYK 0.65 0.47 0 0.16
HSL 223.91º 0.62% 0.56% -
HSV(B) 223.91º 0.65% 0.84% -
XYZ 20.71 17.89 65.31 -
YUV 112.45 184.74 101.29 -
System Red Green Blue C M Y K H S L
Decimal 75 112 213 0.65 0.47 0 0.16 223.91 0.62 0.56
Hex 4B 70 D5 41 2F 0 10 E0 3E 38
Octal 113 160 325 101 57 0 20 340 76 70
Binary 1001011 1110000 11010101 1000001 101111 0 10000 11100000 111110 111000

Color Harmonies of #4B70D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B70D5

Black with #4B70D5

Text Example


Text Example

White with #4B70D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,112,213); }

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

background-color css

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

 a { background-color: rgb(75,112,213); }

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

border-color css

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

 span { border-color: rgb(75,112,213); }

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