Html Css Color HEX #4E7AFA Royal Blue

📋 copy color: '#4E7AFA'

red 78 ◦ green 122 ◦ blue 250

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

Shades of Royal Blue #4E7AFA

Tints of Royal Blue #4E7AFA

RGB

 RED value IS 78 (30.86% from 255) = 17.33%

 GREEN value IS 122 (48.05% from 255) = 27.11%

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

R = 17.33%
G = 27.11%
B = 55.56%

CMYK

 C value IS 0.69

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4E7AFA (or 0x4E7AFA) is known color: Royal Blue. HEX triplet: 4E, 7A and FA. RGB value is (78,122,250). Sum of RGB (Red+Green+Blue) = 78+122+250=450 (59% of max value = 765). Red value is 78 (30.86% from 255 or 17.33% from 450); Green value is 122 (48.05% from 255 or 27.11% from 450); Blue value is 250 (98.05% from 255 or 55.56% from 450); Max value from RGB is 250 - color contains mainly: blue. Hex color #4E7AFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4E7AFA is #B18505. Grayscale: #7A7A7A. Windows color (decimal): -11633926 or 16415310. OLE color: 16415310.

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

Color convert

RGB 78 122 250 -
CMYK 0.69 0.51 0 0.02
HSL 224.65º 0.95% 0.64% -
HSV(B) 224.65º 0.69% 0.98% -
XYZ 27.36 22.44 93.33 -
YUV 123.44 199.42 95.59 -
System Red Green Blue C M Y K H S L
Decimal 78 122 250 0.69 0.51 0 0.02 224.65 0.95 0.64
Hex 4E 7A FA 45 33 0 2 E1 5F 40
Octal 116 172 372 105 63 0 2 341 137 100
Binary 1001110 1111010 11111010 1000101 110011 0 10 11100001 1011111 1000000

Color Harmonies of #4E7AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E7AFA

Black with #4E7AFA

Text Example


Text Example

White with #4E7AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,122,250); }

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

background-color css

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

 a { background-color: rgb(78,122,250); }

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

border-color css

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

 span { border-color: rgb(78,122,250); }

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