Html Css Color HEX #4483FC Royal Blue

📋 copy color: '#4483FC'

red 68 ◦ green 131 ◦ blue 252

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

Shades of Royal Blue #4483FC

Tints of Royal Blue #4483FC

RGB

 RED value IS 68 (26.95% from 255) = 15.08%

 GREEN value IS 131 (51.56% from 255) = 29.05%

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

R = 15.08%
G = 29.05%
B = 55.88%

CMYK

 C value IS 0.73

 M value IS 0.48

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4483FC (or 0x4483FC) is known color: Royal Blue. HEX triplet: 44, 83 and FC. RGB value is (68,131,252). Sum of RGB (Red+Green+Blue) = 68+131+252=451 (59% of max value = 765). Red value is 68 (26.95% from 255 or 15.08% from 451); Green value is 131 (51.56% from 255 or 29.05% from 451); Blue value is 252 (98.83% from 255 or 55.88% from 451); Max value from RGB is 252 - color contains mainly: blue. Hex color #4483FC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4483FC is #BB7C03. Grayscale: #7D7D7D. Windows color (decimal): -12286980 or 16548676. OLE color: 16548676.

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

Color convert

RGB 68 131 252 -
CMYK 0.73 0.48 0 0.01
HSL 219.46º 0.97% 0.63% -
HSV(B) 219.46º 0.73% 0.99% -
XYZ 28.07 24.49 95.34 -
YUV 125.96 199.13 86.66 -
System Red Green Blue C M Y K H S L
Decimal 68 131 252 0.73 0.48 0 0.01 219.46 0.97 0.63
Hex 44 83 FC 49 30 0 1 DB 61 3F
Octal 104 203 374 111 60 0 1 333 141 77
Binary 1000100 10000011 11111100 1001001 110000 0 1 11011011 1100001 111111

Color Harmonies of #4483FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4483FC

Black with #4483FC

Text Example


Text Example

White with #4483FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,131,252); }

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

background-color css

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

 a { background-color: rgb(68,131,252); }

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

border-color css

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

 span { border-color: rgb(68,131,252); }

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