Html Css Color HEX #4B76FE Royal Blue

📋 copy color: '#4B76FE'

red 75 ◦ green 118 ◦ blue 254

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

Shades of Royal Blue #4B76FE

Tints of Royal Blue #4B76FE

RGB

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

 GREEN value IS 118 (46.48% from 255) = 26.4%

 BLUE value IS 254 (99.61% from 255) = 56.82%

R = 16.78%
G = 26.4%
B = 56.82%

CMYK

 C value IS 0.70

 M value IS 0.54

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#4B76FE (or 0x4B76FE) is known color: Royal Blue. HEX triplet: 4B, 76 and FE. RGB value is (75,118,254). Sum of RGB (Red+Green+Blue) = 75+118+254=447 (59% of max value = 765). Red value is 75 (29.69% from 255 or 16.78% from 447); Green value is 118 (46.48% from 255 or 26.40% from 447); Blue value is 254 (99.61% from 255 or 56.82% from 447); Max value from RGB is 254 - color contains mainly: blue. Hex color #4B76FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4B76FE is #B48901. Grayscale: #787878. Windows color (decimal): -11831554 or 16676427. OLE color: 16676427.

HSL color Cylindrical-coordinate representation of color #4B76FE: hue angle of 225.59º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4B76FE is Cyan = 0.70, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 75 118 254 -
CMYK 0.70 0.54 0 0.00
HSL 225.59º 0.99% 0.65% -
HSV(B) 225.59º 0.7% 1% -
XYZ 27.27 21.61 96.5 -
YUV 120.65 203.25 95.44 -
System Red Green Blue C M Y K H S L
Decimal 75 118 254 0.70 0.54 0 0.00 225.59 0.99 0.65
Hex 4B 76 FE 46 36 0 0 E2 63 41
Octal 113 166 376 106 66 0 0 342 143 101
Binary 1001011 1110110 11111110 1000110 110110 0 0 11100010 1100011 1000001

Color Harmonies of #4B76FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B76FE

Black with #4B76FE

Text Example


Text Example

White with #4B76FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,118,254); }

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

background-color css

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

 a { background-color: rgb(75,118,254); }

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

border-color css

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

 span { border-color: rgb(75,118,254); }

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