Html Css Color HEX #4B74EB Royal Blue

📋 copy color: '#4B74EB'

red 75 ◦ green 116 ◦ blue 235

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

Shades of Royal Blue #4B74EB

Tints of Royal Blue #4B74EB

RGB

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

 GREEN value IS 116 (45.7% from 255) = 27.23%

 BLUE value IS 235 (92.19% from 255) = 55.16%

R = 17.61%
G = 27.23%
B = 55.16%

CMYK

 C value IS 0.68

 M value IS 0.51

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4B74EB (or 0x4B74EB) is known color: Royal Blue. HEX triplet: 4B, 74 and EB. RGB value is (75,116,235). Sum of RGB (Red+Green+Blue) = 75+116+235=426 (56% of max value = 765). Red value is 75 (29.69% from 255 or 17.61% from 426); Green value is 116 (45.70% from 255 or 27.23% from 426); Blue value is 235 (92.19% from 255 or 55.16% from 426); Max value from RGB is 235 - color contains mainly: blue. Hex color #4B74EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4B74EB is #B48B14. Grayscale: #747474. Windows color (decimal): -11832085 or 15430731. OLE color: 15430731.

HSL color Cylindrical-coordinate representation of color #4B74EB: hue angle of 224.62º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4B74EB is Cyan = 0.68, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 75 116 235 -
CMYK 0.68 0.51 0 0.08
HSL 224.63º 0.8% 0.61% -
HSV(B) 224.63º 0.68% 0.92% -
XYZ 24.14 19.98 81.18 -
YUV 117.31 194.42 97.82 -
System Red Green Blue C M Y K H S L
Decimal 75 116 235 0.68 0.51 0 0.08 224.63 0.8 0.61
Hex 4B 74 EB 44 33 0 8 E1 50 3D
Octal 113 164 353 104 63 0 10 341 120 75
Binary 1001011 1110100 11101011 1000100 110011 0 1000 11100001 1010000 111101

Color Harmonies of #4B74EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B74EB

Black with #4B74EB

Text Example


Text Example

White with #4B74EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,116,235); }

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

background-color css

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

 a { background-color: rgb(75,116,235); }

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

border-color css

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

 span { border-color: rgb(75,116,235); }

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