Html Css Color HEX #4C70EB Royal Blue

📋 copy color: '#4C70EB'

red 76 ◦ green 112 ◦ blue 235

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

Shades of Royal Blue #4C70EB

Tints of Royal Blue #4C70EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 55.56%

R = 17.97%
G = 26.48%
B = 55.56%

CMYK

 C value IS 0.68

 M value IS 0.52

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4C70EB (or 0x4C70EB) is known color: Royal Blue. HEX triplet: 4C, 70 and EB. RGB value is (76,112,235). Sum of RGB (Red+Green+Blue) = 76+112+235=423 (56% of max value = 765). Red value is 76 (30.08% from 255 or 17.97% from 423); Green value is 112 (44.14% from 255 or 26.48% from 423); Blue value is 235 (92.19% from 255 or 55.56% from 423); Max value from RGB is 235 - color contains mainly: blue. Hex color #4C70EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4C70EB is #B38F14. Grayscale: #727272. Windows color (decimal): -11767573 or 15429708. OLE color: 15429708.

HSL color Cylindrical-coordinate representation of color #4C70EB: hue angle of 226.42º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4C70EB is Cyan = 0.68, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 76 112 235 -
CMYK 0.68 0.52 0 0.08
HSL 226.42º 0.8% 0.61% -
HSV(B) 226.42º 0.68% 0.92% -
XYZ 23.77 19.12 81.04 -
YUV 115.26 195.57 100 -
System Red Green Blue C M Y K H S L
Decimal 76 112 235 0.68 0.52 0 0.08 226.42 0.8 0.61
Hex 4C 70 EB 44 34 0 8 E2 50 3D
Octal 114 160 353 104 64 0 10 342 120 75
Binary 1001100 1110000 11101011 1000100 110100 0 1000 11100010 1010000 111101

Color Harmonies of #4C70EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C70EB

Black with #4C70EB

Text Example


Text Example

White with #4C70EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,112,235); }

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

background-color css

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

 a { background-color: rgb(76,112,235); }

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

border-color css

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

 span { border-color: rgb(76,112,235); }

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