Html Css Color HEX #4474CC Royal Blue

📋 copy color: '#4474CC'

red 68 ◦ green 116 ◦ blue 204

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

Shades of Royal Blue #4474CC

Tints of Royal Blue #4474CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 52.58%

R = 17.53%
G = 29.9%
B = 52.58%

CMYK

 C value IS 0.67

 M value IS 0.43

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4474CC (or 0x4474CC) is known color: Royal Blue. HEX triplet: 44, 74 and CC. RGB value is (68,116,204). Sum of RGB (Red+Green+Blue) = 68+116+204=388 (51% of max value = 765). Red value is 68 (26.95% from 255 or 17.53% from 388); Green value is 116 (45.70% from 255 or 29.90% from 388); Blue value is 204 (80.08% from 255 or 52.58% from 388); Max value from RGB is 204 - color contains mainly: blue. Hex color #4474CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4474CC is #BB8B33. Grayscale: #6F6F6F. Windows color (decimal): -12290868 or 13399108. OLE color: 13399108.

HSL color Cylindrical-coordinate representation of color #4474CC: hue angle of 218.82º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4474CC is Cyan = 0.67, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 68 116 204 -
CMYK 0.67 0.43 0 0.2
HSL 218.82º 0.57% 0.53% -
HSV(B) 218.82º 0.67% 0.8% -
XYZ 19.53 18.08 59.59 -
YUV 111.68 180.1 96.84 -
System Red Green Blue C M Y K H S L
Decimal 68 116 204 0.67 0.43 0 0.2 218.82 0.57 0.53
Hex 44 74 CC 43 2B 0 14 DB 39 35
Octal 104 164 314 103 53 0 24 333 71 65
Binary 1000100 1110100 11001100 1000011 101011 0 10100 11011011 111001 110101

Color Harmonies of #4474CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4474CC

Black with #4474CC

Text Example


Text Example

White with #4474CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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