Html Css Color HEX #4B7BFC Royal Blue

📋 copy color: '#4B7BFC'

red 75 ◦ green 123 ◦ blue 252

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

Shades of Royal Blue #4B7BFC

Tints of Royal Blue #4B7BFC

RGB

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

 GREEN value IS 123 (48.44% from 255) = 27.33%

 BLUE value IS 252 (98.83% from 255) = 56%

R = 16.67%
G = 27.33%
B = 56%

CMYK

 C value IS 0.70

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4B7BFC (or 0x4B7BFC) is known color: Royal Blue. HEX triplet: 4B, 7B and FC. RGB value is (75,123,252). Sum of RGB (Red+Green+Blue) = 75+123+252=450 (59% of max value = 765). Red value is 75 (29.69% from 255 or 16.67% from 450); Green value is 123 (48.44% from 255 or 27.33% from 450); Blue value is 252 (98.83% from 255 or 56% from 450); Max value from RGB is 252 - color contains mainly: blue. Hex color #4B7BFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4B7BFC is #B48403. Grayscale: #7A7A7A. Windows color (decimal): -11830276 or 16546635. OLE color: 16546635.

HSL color Cylindrical-coordinate representation of color #4B7BFC: hue angle of 223.73º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4B7BFC is Cyan = 0.70, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 75 123 252 -
CMYK 0.70 0.51 0 0.01
HSL 223.73º 0.97% 0.64% -
HSV(B) 223.73º 0.7% 0.99% -
XYZ 27.56 22.69 95.02 -
YUV 123.35 200.6 93.51 -
System Red Green Blue C M Y K H S L
Decimal 75 123 252 0.70 0.51 0 0.01 223.73 0.97 0.64
Hex 4B 7B FC 46 33 0 1 E0 61 40
Octal 113 173 374 106 63 0 1 340 141 100
Binary 1001011 1111011 11111100 1000110 110011 0 1 11100000 1100001 1000000

Color Harmonies of #4B7BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B7BFC

Black with #4B7BFC

Text Example


Text Example

White with #4B7BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,123,252); }

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

background-color css

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

 a { background-color: rgb(75,123,252); }

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

border-color css

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

 span { border-color: rgb(75,123,252); }

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