Html Css Color HEX #4A70CC Royal Blue

📋 copy color: '#4A70CC'

red 74 ◦ green 112 ◦ blue 204

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

Shades of Royal Blue #4A70CC

Tints of Royal Blue #4A70CC

RGB

 RED value IS 74 (29.3% from 255) = 18.97%

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

 BLUE value IS 204 (80.08% from 255) = 52.31%

R = 18.97%
G = 28.72%
B = 52.31%

CMYK

 C value IS 0.64

 M value IS 0.45

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4A70CC (or 0x4A70CC) is known color: Royal Blue. HEX triplet: 4A, 70 and CC. RGB value is (74,112,204). Sum of RGB (Red+Green+Blue) = 74+112+204=390 (51% of max value = 765). Red value is 74 (29.30% from 255 or 18.97% from 390); Green value is 112 (44.14% from 255 or 28.72% from 390); Blue value is 204 (80.08% from 255 or 52.31% from 390); Max value from RGB is 204 - color contains mainly: blue. Hex color #4A70CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A70CC is #B58F33. Grayscale: #6E6E6E. Windows color (decimal): -11898676 or 13398090. OLE color: 13398090.

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

Color convert

RGB 74 112 204 -
CMYK 0.64 0.45 0 0.2
HSL 222.46º 0.56% 0.55% -
HSV(B) 222.46º 0.64% 0.8% -
XYZ 19.52 17.4 59.46 -
YUV 111.13 180.41 101.52 -
System Red Green Blue C M Y K H S L
Decimal 74 112 204 0.64 0.45 0 0.2 222.46 0.56 0.55
Hex 4A 70 CC 40 2D 0 14 DE 38 37
Octal 112 160 314 100 55 0 24 336 70 67
Binary 1001010 1110000 11001100 1000000 101101 0 10100 11011110 111000 110111

Color Harmonies of #4A70CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A70CC

Black with #4A70CC

Text Example


Text Example

White with #4A70CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,112,204); }

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

background-color css

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

 a { background-color: rgb(74,112,204); }

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

border-color css

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

 span { border-color: rgb(74,112,204); }

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