Html Css Color HEX #478DBC Curious Blue

📋 copy color: '#478DBC'

red 71 ◦ green 141 ◦ blue 188

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

Shades of Curious Blue #478DBC

Tints of Curious Blue #478DBC

RGB

 RED value IS 71 (28.13% from 255) = 17.75%

 GREEN value IS 141 (55.47% from 255) = 35.25%

 BLUE value IS 188 (73.83% from 255) = 47%

R = 17.75%
G = 35.25%
B = 47%

CMYK

 C value IS 0.62

 M value IS 0.25

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#478DBC (or 0x478DBC) is known color: Curious Blue. HEX triplet: 47, 8D and BC. RGB value is (71,141,188). Sum of RGB (Red+Green+Blue) = 71+141+188=400 (52% of max value = 765). Red value is 71 (28.12% from 255 or 17.75% from 400); Green value is 141 (55.47% from 255 or 35.25% from 400); Blue value is 188 (73.83% from 255 or 47% from 400); Max value from RGB is 188 - color contains mainly: blue. Hex color #478DBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #478DBC is #B87243. Grayscale: #7D7D7D. Windows color (decimal): -12087876 or 12356935. OLE color: 12356935.

HSL color Cylindrical-coordinate representation of color #478DBC: hue angle of 204.1º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #478DBC is Cyan = 0.62, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 71 141 188 -
CMYK 0.62 0.25 0 0.26
HSL 204.1º 0.47% 0.51% -
HSV(B) 204.1º 0.62% 0.74% -
XYZ 21.2 24.02 51.1 -
YUV 125.43 163.31 89.18 -
System Red Green Blue C M Y K H S L
Decimal 71 141 188 0.62 0.25 0 0.26 204.1 0.47 0.51
Hex 47 8D BC 3E 19 0 1A CC 2F 33
Octal 107 215 274 76 31 0 32 314 57 63
Binary 1000111 10001101 10111100 111110 11001 0 11010 11001100 101111 110011

Color Harmonies of #478DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478DBC

Black with #478DBC

Text Example


Text Example

White with #478DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #478DBC; }

 p { color: rgb(71,141,188); }

 H1.HeaderClassName
 {
   color: #478DBC;
 }
 .AnyTagClassName
 {
   color: #478DBC;
 }
</style>

background-color css

<style>
 a { background-color: #478DBC; }

 a { background-color: rgb(71,141,188); }

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

border-color css

<style>
 span { border-color: #478DBC; }

 span { border-color: rgb(71,141,188); }

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