Html Css Color HEX #4668FC Royal Blue

📋 copy color: '#4668FC'

red 70 ◦ green 104 ◦ blue 252

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

Shades of Royal Blue #4668FC

Tints of Royal Blue #4668FC

RGB

 RED value IS 70 (27.73% from 255) = 16.43%

 GREEN value IS 104 (41.02% from 255) = 24.41%

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

R = 16.43%
G = 24.41%
B = 59.15%

CMYK

 C value IS 0.72

 M value IS 0.59

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4668FC (or 0x4668FC) is known color: Royal Blue. HEX triplet: 46, 68 and FC. RGB value is (70,104,252). Sum of RGB (Red+Green+Blue) = 70+104+252=426 (56% of max value = 765). Red value is 70 (27.73% from 255 or 16.43% from 426); Green value is 104 (41.02% from 255 or 24.41% from 426); Blue value is 252 (98.83% from 255 or 59.15% from 426); Max value from RGB is 252 - color contains mainly: blue. Hex color #4668FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4668FC is #B99703. Grayscale: #6E6E6E. Windows color (decimal): -12162820 or 16541766. OLE color: 16541766.

HSL color Cylindrical-coordinate representation of color #4668FC: hue angle of 228.79º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4668FC is Cyan = 0.72, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 70 104 252 -
CMYK 0.72 0.59 0 0.01
HSL 228.79º 0.97% 0.63% -
HSV(B) 228.79º 0.72% 0.99% -
XYZ 25.05 18.23 94.29 -
YUV 110.71 207.74 98.97 -
System Red Green Blue C M Y K H S L
Decimal 70 104 252 0.72 0.59 0 0.01 228.79 0.97 0.63
Hex 46 68 FC 48 3B 0 1 E5 61 3F
Octal 106 150 374 110 73 0 1 345 141 77
Binary 1000110 1101000 11111100 1001000 111011 0 1 11100101 1100001 111111

Color Harmonies of #4668FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4668FC

Black with #4668FC

Text Example


Text Example

White with #4668FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4668FC; }

 p { color: rgb(70,104,252); }

 H1.HeaderClassName
 {
   color: #4668FC;
 }
 .AnyTagClassName
 {
   color: #4668FC;
 }
</style>

background-color css

<style>
 a { background-color: #4668FC; }

 a { background-color: rgb(70,104,252); }

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

border-color css

<style>
 span { border-color: #4668FC; }

 span { border-color: rgb(70,104,252); }

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