Html Css Color HEX #4C6CFB Royal Blue

📋 copy color: '#4C6CFB'

red 76 ◦ green 108 ◦ blue 251

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

Shades of Royal Blue #4C6CFB

Tints of Royal Blue #4C6CFB

RGB

 RED value IS 76 (30.08% from 255) = 17.47%

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

 BLUE value IS 251 (98.44% from 255) = 57.7%

R = 17.47%
G = 24.83%
B = 57.7%

CMYK

 C value IS 0.70

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4C6CFB (or 0x4C6CFB) is known color: Royal Blue. HEX triplet: 4C, 6C and FB. RGB value is (76,108,251). Sum of RGB (Red+Green+Blue) = 76+108+251=435 (57% of max value = 765). Red value is 76 (30.08% from 255 or 17.47% from 435); Green value is 108 (42.58% from 255 or 24.83% from 435); Blue value is 251 (98.44% from 255 or 57.70% from 435); Max value from RGB is 251 - color contains mainly: blue. Hex color #4C6CFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4C6CFB is #B39304. Grayscale: #727272. Windows color (decimal): -11768581 or 16477260. OLE color: 16477260.

HSL color Cylindrical-coordinate representation of color #4C6CFB: hue angle of 229.03º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4C6CFB is Cyan = 0.70, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 76 108 251 -
CMYK 0.70 0.57 0 0.02
HSL 229.03º 0.96% 0.64% -
HSV(B) 229.03º 0.7% 0.98% -
XYZ 25.76 19.23 93.62 -
YUV 114.73 204.9 100.37 -
System Red Green Blue C M Y K H S L
Decimal 76 108 251 0.70 0.57 0 0.02 229.03 0.96 0.64
Hex 4C 6C FB 46 39 0 2 E5 60 40
Octal 114 154 373 106 71 0 2 345 140 100
Binary 1001100 1101100 11111011 1000110 111001 0 10 11100101 1100000 1000000

Color Harmonies of #4C6CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C6CFB

Black with #4C6CFB

Text Example


Text Example

White with #4C6CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,108,251); }

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

background-color css

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

 a { background-color: rgb(76,108,251); }

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

border-color css

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

 span { border-color: rgb(76,108,251); }

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