Html Css Color HEX #4B7FE8 Royal Blue

📋 copy color: '#4B7FE8'

red 75 ◦ green 127 ◦ blue 232

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

Shades of Royal Blue #4B7FE8

Tints of Royal Blue #4B7FE8

RGB

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

 GREEN value IS 127 (50% from 255) = 29.26%

 BLUE value IS 232 (91.02% from 255) = 53.46%

R = 17.28%
G = 29.26%
B = 53.46%

CMYK

 C value IS 0.68

 M value IS 0.45

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#4B7FE8 (or 0x4B7FE8) is known color: Royal Blue. HEX triplet: 4B, 7F and E8. RGB value is (75,127,232). Sum of RGB (Red+Green+Blue) = 75+127+232=434 (57% of max value = 765). Red value is 75 (29.69% from 255 or 17.28% from 434); Green value is 127 (50% from 255 or 29.26% from 434); Blue value is 232 (91.02% from 255 or 53.46% from 434); Max value from RGB is 232 - color contains mainly: blue. Hex color #4B7FE8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4B7FE8 is #B48017. Grayscale: #7A7A7A. Windows color (decimal): -11829272 or 15236939. OLE color: 15236939.

HSL color Cylindrical-coordinate representation of color #4B7FE8: hue angle of 220.13º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4B7FE8 is Cyan = 0.68, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 75 127 232 -
CMYK 0.68 0.45 0 0.09
HSL 220.13º 0.77% 0.6% -
HSV(B) 220.13º 0.68% 0.91% -
XYZ 25.06 22.5 79.37 -
YUV 123.42 189.27 93.46 -
System Red Green Blue C M Y K H S L
Decimal 75 127 232 0.68 0.45 0 0.09 220.13 0.77 0.6
Hex 4B 7F E8 44 2D 0 9 DC 4D 3C
Octal 113 177 350 104 55 0 11 334 115 74
Binary 1001011 1111111 11101000 1000100 101101 0 1001 11011100 1001101 111100

Color Harmonies of #4B7FE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B7FE8

Black with #4B7FE8

Text Example


Text Example

White with #4B7FE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,127,232); }

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

background-color css

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

 a { background-color: rgb(75,127,232); }

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

border-color css

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

 span { border-color: rgb(75,127,232); }

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