Html Css Color HEX #4C70CD Royal Blue

📋 copy color: '#4C70CD'

red 76 ◦ green 112 ◦ blue 205

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

Shades of Royal Blue #4C70CD

Tints of Royal Blue #4C70CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 52.16%

R = 19.34%
G = 28.5%
B = 52.16%

CMYK

 C value IS 0.63

 M value IS 0.45

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4C70CD (or 0x4C70CD) is known color: Royal Blue. HEX triplet: 4C, 70 and CD. RGB value is (76,112,205). Sum of RGB (Red+Green+Blue) = 76+112+205=393 (52% of max value = 765). Red value is 76 (30.08% from 255 or 19.34% from 393); Green value is 112 (44.14% from 255 or 28.50% from 393); Blue value is 205 (80.47% from 255 or 52.16% from 393); Max value from RGB is 205 - color contains mainly: blue. Hex color #4C70CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C70CD is #B38F32. Grayscale: #6F6F6F. Windows color (decimal): -11767603 or 13463628. OLE color: 13463628.

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

Color convert

RGB 76 112 205 -
CMYK 0.63 0.45 0 0.20
HSL 223.26º 0.56% 0.55% -
HSV(B) 223.26º 0.63% 0.8% -
XYZ 19.79 17.53 60.1 -
YUV 111.84 180.57 102.44 -
System Red Green Blue C M Y K H S L
Decimal 76 112 205 0.63 0.45 0 0.20 223.26 0.56 0.55
Hex 4C 70 CD 3F 2D 0 14 DF 38 37
Octal 114 160 315 77 55 0 24 337 70 67
Binary 1001100 1110000 11001101 111111 101101 0 10100 11011111 111000 110111

Color Harmonies of #4C70CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C70CD

Black with #4C70CD

Text Example


Text Example

White with #4C70CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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