Html Css Color HEX #4475FB Royal Blue

📋 copy color: '#4475FB'

red 68 ◦ green 117 ◦ blue 251

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

Shades of Royal Blue #4475FB

Tints of Royal Blue #4475FB

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.83%

 BLUE value IS 251 (98.44% from 255) = 57.57%

R = 15.6%
G = 26.83%
B = 57.57%

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

#4475FB (or 0x4475FB) is known color: Royal Blue. HEX triplet: 44, 75 and FB. RGB value is (68,117,251). Sum of RGB (Red+Green+Blue) = 68+117+251=436 (57% of max value = 765). Red value is 68 (26.95% from 255 or 15.60% from 436); Green value is 117 (46.09% from 255 or 26.83% from 436); Blue value is 251 (98.44% from 255 or 57.57% from 436); Max value from RGB is 251 - color contains mainly: blue. Hex color #4475FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4475FB is #BB8A04. Grayscale: #757575. Windows color (decimal): -12290565 or 16479556. OLE color: 16479556.

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

Color convert

RGB 68 117 251 -
CMYK 0.73 0.53 0 0.02
HSL 223.93º 0.96% 0.63% -
HSV(B) 223.93º 0.73% 0.98% -
XYZ 26.16 20.92 93.93 -
YUV 117.63 203.27 92.6 -
System Red Green Blue C M Y K H S L
Decimal 68 117 251 0.73 0.53 0 0.02 223.93 0.96 0.63
Hex 44 75 FB 49 35 0 2 E0 60 3F
Octal 104 165 373 111 65 0 2 340 140 77
Binary 1000100 1110101 11111011 1001001 110101 0 10 11100000 1100000 111111

Color Harmonies of #4475FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4475FB

Black with #4475FB

Text Example


Text Example

White with #4475FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4475FB; }

 p { color: rgb(68,117,251); }

 H1.HeaderClassName
 {
   color: #4475FB;
 }
 .AnyTagClassName
 {
   color: #4475FB;
 }
</style>

background-color css

<style>
 a { background-color: #4475FB; }

 a { background-color: rgb(68,117,251); }

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

border-color css

<style>
 span { border-color: #4475FB; }

 span { border-color: rgb(68,117,251); }

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