Html Css Color HEX #4678FE Royal Blue

📋 copy color: '#4678FE'

red 70 ◦ green 120 ◦ blue 254

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

Shades of Royal Blue #4678FE

Tints of Royal Blue #4678FE

RGB

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

 GREEN value IS 120 (47.27% from 255) = 27.03%

 BLUE value IS 254 (99.61% from 255) = 57.21%

R = 15.77%
G = 27.03%
B = 57.21%

CMYK

 C value IS 0.72

 M value IS 0.53

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#4678FE (or 0x4678FE) is known color: Royal Blue. HEX triplet: 46, 78 and FE. RGB value is (70,120,254). Sum of RGB (Red+Green+Blue) = 70+120+254=444 (58% of max value = 765). Red value is 70 (27.73% from 255 or 15.77% from 444); Green value is 120 (47.27% from 255 or 27.03% from 444); Blue value is 254 (99.61% from 255 or 57.21% from 444); Max value from RGB is 254 - color contains mainly: blue. Hex color #4678FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4678FE is #B98701. Grayscale: #777777. Windows color (decimal): -12158722 or 16676934. OLE color: 16676934.

HSL color Cylindrical-coordinate representation of color #4678FE: hue angle of 223.7º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4678FE is Cyan = 0.72, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 70 120 254 -
CMYK 0.72 0.53 0 0.00
HSL 223.7º 0.99% 0.64% -
HSV(B) 223.7º 0.72% 1% -
XYZ 27.13 21.89 96.56 -
YUV 120.33 203.44 92.1 -
System Red Green Blue C M Y K H S L
Decimal 70 120 254 0.72 0.53 0 0.00 223.7 0.99 0.64
Hex 46 78 FE 48 35 0 0 E0 63 40
Octal 106 170 376 110 65 0 0 340 143 100
Binary 1000110 1111000 11111110 1001000 110101 0 0 11100000 1100011 1000000

Color Harmonies of #4678FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4678FE

Black with #4678FE

Text Example


Text Example

White with #4678FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4678FE; }

 p { color: rgb(70,120,254); }

 H1.HeaderClassName
 {
   color: #4678FE;
 }
 .AnyTagClassName
 {
   color: #4678FE;
 }
</style>

background-color css

<style>
 a { background-color: #4678FE; }

 a { background-color: rgb(70,120,254); }

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

border-color css

<style>
 span { border-color: #4678FE; }

 span { border-color: rgb(70,120,254); }

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