Html Css Color HEX #4474CB Royal Blue

📋 copy color: '#4474CB'

red 68 ◦ green 116 ◦ blue 203

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

Shades of Royal Blue #4474CB

Tints of Royal Blue #4474CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 52.45%

R = 17.57%
G = 29.97%
B = 52.45%

CMYK

 C value IS 0.67

 M value IS 0.43

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4474CB (or 0x4474CB) is known color: Royal Blue. HEX triplet: 44, 74 and CB. RGB value is (68,116,203). Sum of RGB (Red+Green+Blue) = 68+116+203=387 (51% of max value = 765). Red value is 68 (26.95% from 255 or 17.57% from 387); Green value is 116 (45.70% from 255 or 29.97% from 387); Blue value is 203 (79.69% from 255 or 52.45% from 387); Max value from RGB is 203 - color contains mainly: blue. Hex color #4474CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4474CB is #BB8B34. Grayscale: #6F6F6F. Windows color (decimal): -12290869 or 13333572. OLE color: 13333572.

HSL color Cylindrical-coordinate representation of color #4474CB: hue angle of 218.67º degrees, saturation: 0.56, 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 #4474CB is Cyan = 0.67, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 68 116 203 -
CMYK 0.67 0.43 0 0.20
HSL 218.67º 0.56% 0.53% -
HSV(B) 218.67º 0.67% 0.8% -
XYZ 19.41 18.03 58.96 -
YUV 111.57 179.6 96.93 -
System Red Green Blue C M Y K H S L
Decimal 68 116 203 0.67 0.43 0 0.20 218.67 0.56 0.53
Hex 44 74 CB 43 2B 0 14 DB 38 35
Octal 104 164 313 103 53 0 24 333 70 65
Binary 1000100 1110100 11001011 1000011 101011 0 10100 11011011 111000 110101

Color Harmonies of #4474CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4474CB

Black with #4474CB

Text Example


Text Example

White with #4474CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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