Html Css Color HEX #4B5EEE Royal Blue

📋 copy color: '#4B5EEE'

red 75 ◦ green 94 ◦ blue 238

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

Shades of Royal Blue #4B5EEE

Tints of Royal Blue #4B5EEE

RGB

 RED value IS 75 (29.69% from 255) = 18.43%

 GREEN value IS 94 (37.11% from 255) = 23.1%

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

R = 18.43%
G = 23.1%
B = 58.48%

CMYK

 C value IS 0.68

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#4B5EEE (or 0x4B5EEE) is known color: Royal Blue. HEX triplet: 4B, 5E and EE. RGB value is (75,94,238). Sum of RGB (Red+Green+Blue) = 75+94+238=407 (53% of max value = 765). Red value is 75 (29.69% from 255 or 18.43% from 407); Green value is 94 (37.11% from 255 or 23.10% from 407); Blue value is 238 (93.36% from 255 or 58.48% from 407); Max value from RGB is 238 - color contains mainly: blue. Hex color #4B5EEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4B5EEE is #B4A111. Grayscale: #686868. Windows color (decimal): -11837714 or 15621707. OLE color: 15621707.

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

Color convert

RGB 75 94 238 -
CMYK 0.68 0.61 0 0.07
HSL 233.01º 0.83% 0.61% -
HSV(B) 233.01º 0.68% 0.93% -
XYZ 22.34 15.67 82.74 -
YUV 104.74 203.21 106.79 -
System Red Green Blue C M Y K H S L
Decimal 75 94 238 0.68 0.61 0 0.07 233.01 0.83 0.61
Hex 4B 5E EE 44 3D 0 7 E9 53 3D
Octal 113 136 356 104 75 0 7 351 123 75
Binary 1001011 1011110 11101110 1000100 111101 0 111 11101001 1010011 111101

Color Harmonies of #4B5EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B5EEE

Black with #4B5EEE

Text Example


Text Example

White with #4B5EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,94,238); }

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

background-color css

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

 a { background-color: rgb(75,94,238); }

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

border-color css

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

 span { border-color: rgb(75,94,238); }

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