Html Css Color HEX #4B6CFC Royal Blue

📋 copy color: '#4B6CFC'

red 75 ◦ green 108 ◦ blue 252

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

Shades of Royal Blue #4B6CFC

Tints of Royal Blue #4B6CFC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 24.83%

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

R = 17.24%
G = 24.83%
B = 57.93%

CMYK

 C value IS 0.70

 M value IS 0.57

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4B6CFC (or 0x4B6CFC) is known color: Royal Blue. HEX triplet: 4B, 6C and FC. RGB value is (75,108,252). Sum of RGB (Red+Green+Blue) = 75+108+252=435 (57% of max value = 765). Red value is 75 (29.69% from 255 or 17.24% from 435); Green value is 108 (42.58% from 255 or 24.83% from 435); Blue value is 252 (98.83% from 255 or 57.93% from 435); Max value from RGB is 252 - color contains mainly: blue. Hex color #4B6CFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4B6CFC is #B49303. Grayscale: #717171. Windows color (decimal): -11834116 or 16542795. OLE color: 16542795.

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

Color convert

RGB 75 108 252 -
CMYK 0.70 0.57 0 0.01
HSL 228.81º 0.97% 0.64% -
HSV(B) 228.81º 0.7% 0.99% -
XYZ 25.83 19.25 94.45 -
YUV 114.55 205.57 99.79 -
System Red Green Blue C M Y K H S L
Decimal 75 108 252 0.70 0.57 0 0.01 228.81 0.97 0.64
Hex 4B 6C FC 46 39 0 1 E5 61 40
Octal 113 154 374 106 71 0 1 345 141 100
Binary 1001011 1101100 11111100 1000110 111001 0 1 11100101 1100001 1000000

Color Harmonies of #4B6CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B6CFC

Black with #4B6CFC

Text Example


Text Example

White with #4B6CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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