Html Css Color HEX #4B77FE Royal Blue

📋 copy color: '#4B77FE'

red 75 ◦ green 119 ◦ blue 254

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

Shades of Royal Blue #4B77FE

Tints of Royal Blue #4B77FE

RGB

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

 GREEN value IS 119 (46.88% from 255) = 26.56%

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

R = 16.74%
G = 26.56%
B = 56.7%

CMYK

 C value IS 0.70

 M value IS 0.53

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#4B77FE (or 0x4B77FE) is known color: Royal Blue. HEX triplet: 4B, 77 and FE. RGB value is (75,119,254). Sum of RGB (Red+Green+Blue) = 75+119+254=448 (59% of max value = 765). Red value is 75 (29.69% from 255 or 16.74% from 448); Green value is 119 (46.88% from 255 or 26.56% from 448); Blue value is 254 (99.61% from 255 or 56.70% from 448); Max value from RGB is 254 - color contains mainly: blue. Hex color #4B77FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4B77FE is #B48801. Grayscale: #787878. Windows color (decimal): -11831298 or 16676683. OLE color: 16676683.

HSL color Cylindrical-coordinate representation of color #4B77FE: hue angle of 225.25º 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 #4B77FE is Cyan = 0.70, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 75 119 254 -
CMYK 0.70 0.53 0 0.00
HSL 225.25º 0.99% 0.65% -
HSV(B) 225.25º 0.7% 1% -
XYZ 27.39 21.85 96.54 -
YUV 121.23 202.92 95.02 -
System Red Green Blue C M Y K H S L
Decimal 75 119 254 0.70 0.53 0 0.00 225.25 0.99 0.65
Hex 4B 77 FE 46 35 0 0 E1 63 41
Octal 113 167 376 106 65 0 0 341 143 101
Binary 1001011 1110111 11111110 1000110 110101 0 0 11100001 1100011 1000001

Color Harmonies of #4B77FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B77FE

Black with #4B77FE

Text Example


Text Example

White with #4B77FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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