Html Css Color HEX #4476FA Royal Blue

📋 copy color: '#4476FA'

red 68 ◦ green 118 ◦ blue 250

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

Shades of Royal Blue #4476FA

Tints of Royal Blue #4476FA

RGB

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

 GREEN value IS 118 (46.48% from 255) = 27.06%

 BLUE value IS 250 (98.05% from 255) = 57.34%

R = 15.6%
G = 27.06%
B = 57.34%

CMYK

 C value IS 0.73

 M value IS 0.53

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4476FA (or 0x4476FA) is known color: Royal Blue. HEX triplet: 44, 76 and FA. RGB value is (68,118,250). Sum of RGB (Red+Green+Blue) = 68+118+250=436 (57% of max value = 765). Red value is 68 (26.95% from 255 or 15.60% from 436); Green value is 118 (46.48% from 255 or 27.06% from 436); Blue value is 250 (98.05% from 255 or 57.34% from 436); Max value from RGB is 250 - color contains mainly: blue. Hex color #4476FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4476FA is #BB8905. Grayscale: #757575. Windows color (decimal): -12290310 or 16414276. OLE color: 16414276.

HSL color Cylindrical-coordinate representation of color #4476FA: hue angle of 223.52º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4476FA is Cyan = 0.73, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 68 118 250 -
CMYK 0.73 0.53 0 0.02
HSL 223.52º 0.95% 0.62% -
HSV(B) 223.52º 0.73% 0.98% -
XYZ 26.12 21.09 93.14 -
YUV 118.1 202.44 92.27 -
System Red Green Blue C M Y K H S L
Decimal 68 118 250 0.73 0.53 0 0.02 223.52 0.95 0.62
Hex 44 76 FA 49 35 0 2 E0 5F 3E
Octal 104 166 372 111 65 0 2 340 137 76
Binary 1000100 1110110 11111010 1001001 110101 0 10 11100000 1011111 111110

Color Harmonies of #4476FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4476FA

Black with #4476FA

Text Example


Text Example

White with #4476FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4476FA; }

 p { color: rgb(68,118,250); }

 H1.HeaderClassName
 {
   color: #4476FA;
 }
 .AnyTagClassName
 {
   color: #4476FA;
 }
</style>

background-color css

<style>
 a { background-color: #4476FA; }

 a { background-color: rgb(68,118,250); }

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

border-color css

<style>
 span { border-color: #4476FA; }

 span { border-color: rgb(68,118,250); }

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