Html Css Color HEX #4474FA Royal Blue

📋 copy color: '#4474FA'

red 68 ◦ green 116 ◦ blue 250

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

Shades of Royal Blue #4474FA

Tints of Royal Blue #4474FA

RGB

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

 GREEN value IS 116 (45.7% from 255) = 26.73%

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

R = 15.67%
G = 26.73%
B = 57.6%

CMYK

 C value IS 0.73

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4474FA (or 0x4474FA) is known color: Royal Blue. HEX triplet: 44, 74 and FA. RGB value is (68,116,250). Sum of RGB (Red+Green+Blue) = 68+116+250=434 (57% of max value = 765). Red value is 68 (26.95% from 255 or 15.67% from 434); Green value is 116 (45.70% from 255 or 26.73% from 434); Blue value is 250 (98.05% from 255 or 57.60% from 434); Max value from RGB is 250 - color contains mainly: blue. Hex color #4474FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4474FA is #BB8B05. Grayscale: #747474. Windows color (decimal): -12290822 or 16413764. OLE color: 16413764.

HSL color Cylindrical-coordinate representation of color #4474FA: hue angle of 224.18º 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 #4474FA is Cyan = 0.73, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 68 116 250 -
CMYK 0.73 0.54 0 0.02
HSL 224.18º 0.95% 0.62% -
HSV(B) 224.18º 0.73% 0.98% -
XYZ 25.88 20.62 93.06 -
YUV 116.92 203.1 93.1 -
System Red Green Blue C M Y K H S L
Decimal 68 116 250 0.73 0.54 0 0.02 224.18 0.95 0.62
Hex 44 74 FA 49 36 0 2 E0 5F 3E
Octal 104 164 372 111 66 0 2 340 137 76
Binary 1000100 1110100 11111010 1001001 110110 0 10 11100000 1011111 111110

Color Harmonies of #4474FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4474FA

Black with #4474FA

Text Example


Text Example

White with #4474FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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