Html Css Color HEX #4A7EEE Royal Blue

📋 copy color: '#4A7EEE'

red 74 ◦ green 126 ◦ blue 238

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

Shades of Royal Blue #4A7EEE

Tints of Royal Blue #4A7EEE

RGB

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

 GREEN value IS 126 (49.61% from 255) = 28.77%

 BLUE value IS 238 (93.36% from 255) = 54.34%

R = 16.89%
G = 28.77%
B = 54.34%

CMYK

 C value IS 0.69

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#4A7EEE (or 0x4A7EEE) is known color: Royal Blue. HEX triplet: 4A, 7E and EE. RGB value is (74,126,238). Sum of RGB (Red+Green+Blue) = 74+126+238=438 (58% of max value = 765). Red value is 74 (29.30% from 255 or 16.89% from 438); Green value is 126 (49.61% from 255 or 28.77% from 438); Blue value is 238 (93.36% from 255 or 54.34% from 438); Max value from RGB is 238 - color contains mainly: blue. Hex color #4A7EEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4A7EEE is #B58111. Grayscale: #7A7A7A. Windows color (decimal): -11895058 or 15629898. OLE color: 15629898.

HSL color Cylindrical-coordinate representation of color #4A7EEE: hue angle of 220.98º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4A7EEE is Cyan = 0.69, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 74 126 238 -
CMYK 0.69 0.47 0 0.07
HSL 220.98º 0.83% 0.61% -
HSV(B) 220.98º 0.69% 0.93% -
XYZ 25.72 22.55 83.89 -
YUV 123.22 192.77 92.89 -
System Red Green Blue C M Y K H S L
Decimal 74 126 238 0.69 0.47 0 0.07 220.98 0.83 0.61
Hex 4A 7E EE 45 2F 0 7 DD 53 3D
Octal 112 176 356 105 57 0 7 335 123 75
Binary 1001010 1111110 11101110 1000101 101111 0 111 11011101 1010011 111101

Color Harmonies of #4A7EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A7EEE

Black with #4A7EEE

Text Example


Text Example

White with #4A7EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,126,238); }

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

background-color css

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

 a { background-color: rgb(74,126,238); }

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

border-color css

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

 span { border-color: rgb(74,126,238); }

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