Html Css Color HEX #4475CE Royal Blue

📋 copy color: '#4475CE'

red 68 ◦ green 117 ◦ blue 206

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

Shades of Royal Blue #4475CE

Tints of Royal Blue #4475CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 52.69%

R = 17.39%
G = 29.92%
B = 52.69%

CMYK

 C value IS 0.67

 M value IS 0.43

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4475CE (or 0x4475CE) is known color: Royal Blue. HEX triplet: 44, 75 and CE. RGB value is (68,117,206). Sum of RGB (Red+Green+Blue) = 68+117+206=391 (51% of max value = 765). Red value is 68 (26.95% from 255 or 17.39% from 391); Green value is 117 (46.09% from 255 or 29.92% from 391); Blue value is 206 (80.86% from 255 or 52.69% from 391); Max value from RGB is 206 - color contains mainly: blue. Hex color #4475CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4475CE is #BB8A31. Grayscale: #707070. Windows color (decimal): -12290610 or 13530436. OLE color: 13530436.

HSL color Cylindrical-coordinate representation of color #4475CE: hue angle of 218.7º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4475CE is Cyan = 0.67, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 68 117 206 -
CMYK 0.67 0.43 0 0.19
HSL 218.7º 0.58% 0.54% -
HSV(B) 218.7º 0.67% 0.81% -
XYZ 19.89 18.41 60.9 -
YUV 112.5 180.77 96.26 -
System Red Green Blue C M Y K H S L
Decimal 68 117 206 0.67 0.43 0 0.19 218.7 0.58 0.54
Hex 44 75 CE 43 2B 0 13 DB 3A 36
Octal 104 165 316 103 53 0 23 333 72 66
Binary 1000100 1110101 11001110 1000011 101011 0 10011 11011011 111010 110110

Color Harmonies of #4475CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4475CE

Black with #4475CE

Text Example


Text Example

White with #4475CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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