Html Css Color HEX #4F8FC8 Danube

📋 copy color: '#4F8FC8'

red 79 ◦ green 143 ◦ blue 200

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

Shades of Danube #4F8FC8

Tints of Danube #4F8FC8

RGB

 RED value IS 79 (31.25% from 255) = 18.72%

 GREEN value IS 143 (56.25% from 255) = 33.89%

 BLUE value IS 200 (78.52% from 255) = 47.39%

R = 18.72%
G = 33.89%
B = 47.39%

CMYK

 C value IS 0.60

 M value IS 0.28

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#4F8FC8 (or 0x4F8FC8) is known color: Danube. HEX triplet: 4F, 8F and C8. RGB value is (79,143,200). Sum of RGB (Red+Green+Blue) = 79+143+200=422 (55% of max value = 765). Red value is 79 (31.25% from 255 or 18.72% from 422); Green value is 143 (56.25% from 255 or 33.89% from 422); Blue value is 200 (78.52% from 255 or 47.39% from 422); Max value from RGB is 200 - color contains mainly: blue. Hex color #4F8FC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4F8FC8 is #B07037. Grayscale: #828282. Windows color (decimal): -11563064 or 13143887. OLE color: 13143887.

HSL color Cylindrical-coordinate representation of color #4F8FC8: hue angle of 208.26º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4F8FC8 is Cyan = 0.60, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 79 143 200 -
CMYK 0.60 0.28 0 0.22
HSL 208.26º 0.52% 0.55% -
HSV(B) 208.26º 0.61% 0.78% -
XYZ 23.47 25.48 58.32 -
YUV 130.36 167.3 91.37 -
System Red Green Blue C M Y K H S L
Decimal 79 143 200 0.60 0.28 0 0.22 208.26 0.52 0.55
Hex 4F 8F C8 3C 1C 0 16 D0 34 37
Octal 117 217 310 74 34 0 26 320 64 67
Binary 1001111 10001111 11001000 111100 11100 0 10110 11010000 110100 110111

Color Harmonies of #4F8FC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F8FC8

Black with #4F8FC8

Text Example


Text Example

White with #4F8FC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4F8FC8; }

 p { color: rgb(79,143,200); }

 H1.HeaderClassName
 {
   color: #4F8FC8;
 }
 .AnyTagClassName
 {
   color: #4F8FC8;
 }
</style>

background-color css

<style>
 a { background-color: #4F8FC8; }

 a { background-color: rgb(79,143,200); }

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

border-color css

<style>
 span { border-color: #4F8FC8; }

 span { border-color: rgb(79,143,200); }

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