Html Css Color HEX #4B70CA Royal Blue

📋 copy color: '#4B70CA'

red 75 ◦ green 112 ◦ blue 202

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

Shades of Royal Blue #4B70CA

Tints of Royal Blue #4B70CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 51.93%

R = 19.28%
G = 28.79%
B = 51.93%

CMYK

 C value IS 0.63

 M value IS 0.45

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#4B70CA (or 0x4B70CA) is known color: Royal Blue. HEX triplet: 4B, 70 and CA. RGB value is (75,112,202). Sum of RGB (Red+Green+Blue) = 75+112+202=389 (51% of max value = 765). Red value is 75 (29.69% from 255 or 19.28% from 389); Green value is 112 (44.14% from 255 or 28.79% from 389); Blue value is 202 (79.30% from 255 or 51.93% from 389); Max value from RGB is 202 - color contains mainly: blue. Hex color #4B70CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B70CA is #B48F35. Grayscale: #6E6E6E. Windows color (decimal): -11833142 or 13267019. OLE color: 13267019.

HSL color Cylindrical-coordinate representation of color #4B70CA: hue angle of 222.52º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4B70CA is Cyan = 0.63, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 75 112 202 -
CMYK 0.63 0.45 0 0.21
HSL 222.52º 0.55% 0.54% -
HSV(B) 222.52º 0.63% 0.79% -
XYZ 19.36 17.35 58.21 -
YUV 111.2 179.24 102.18 -
System Red Green Blue C M Y K H S L
Decimal 75 112 202 0.63 0.45 0 0.21 222.52 0.55 0.54
Hex 4B 70 CA 3F 2D 0 15 DF 37 36
Octal 113 160 312 77 55 0 25 337 67 66
Binary 1001011 1110000 11001010 111111 101101 0 10101 11011111 110111 110110

Color Harmonies of #4B70CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B70CA

Black with #4B70CA

Text Example


Text Example

White with #4B70CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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