Html Css Color HEX #4C6FFA Royal Blue

📋 copy color: '#4C6FFA'

red 76 ◦ green 111 ◦ blue 250

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

Shades of Royal Blue #4C6FFA

Tints of Royal Blue #4C6FFA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 25.4%

 BLUE value IS 250 (98.05% from 255) = 57.21%

R = 17.39%
G = 25.4%
B = 57.21%

CMYK

 C value IS 0.70

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4C6FFA (or 0x4C6FFA) is known color: Royal Blue. HEX triplet: 4C, 6F and FA. RGB value is (76,111,250). Sum of RGB (Red+Green+Blue) = 76+111+250=437 (57% of max value = 765). Red value is 76 (30.08% from 255 or 17.39% from 437); Green value is 111 (43.75% from 255 or 25.40% from 437); Blue value is 250 (98.05% from 255 or 57.21% from 437); Max value from RGB is 250 - color contains mainly: blue. Hex color #4C6FFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4C6FFA is #B39005. Grayscale: #737373. Windows color (decimal): -11767814 or 16412492. OLE color: 16412492.

HSL color Cylindrical-coordinate representation of color #4C6FFA: hue angle of 227.93º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4C6FFA is Cyan = 0.70, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 76 111 250 -
CMYK 0.70 0.56 0 0.02
HSL 227.93º 0.95% 0.64% -
HSV(B) 227.93º 0.7% 0.98% -
XYZ 25.92 19.81 92.9 -
YUV 116.38 203.4 99.2 -
System Red Green Blue C M Y K H S L
Decimal 76 111 250 0.70 0.56 0 0.02 227.93 0.95 0.64
Hex 4C 6F FA 46 38 0 2 E4 5F 40
Octal 114 157 372 106 70 0 2 344 137 100
Binary 1001100 1101111 11111010 1000110 111000 0 10 11100100 1011111 1000000

Color Harmonies of #4C6FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C6FFA

Black with #4C6FFA

Text Example


Text Example

White with #4C6FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,111,250); }

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

background-color css

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

 a { background-color: rgb(76,111,250); }

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

border-color css

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

 span { border-color: rgb(76,111,250); }

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