Html Css Color HEX #478DBA Curious Blue

📋 copy color: '#478DBA'

red 71 ◦ green 141 ◦ blue 186

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

Shades of Curious Blue #478DBA

Tints of Curious Blue #478DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 46.73%

R = 17.84%
G = 35.43%
B = 46.73%

CMYK

 C value IS 0.62

 M value IS 0.24

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#478DBA (or 0x478DBA) is known color: Curious Blue. HEX triplet: 47, 8D and BA. RGB value is (71,141,186). Sum of RGB (Red+Green+Blue) = 71+141+186=398 (52% of max value = 765). Red value is 71 (28.12% from 255 or 17.84% from 398); Green value is 141 (55.47% from 255 or 35.43% from 398); Blue value is 186 (73.05% from 255 or 46.73% from 398); Max value from RGB is 186 - color contains mainly: blue. Hex color #478DBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #478DBA is #B87245. Grayscale: #7C7C7C. Windows color (decimal): -12087878 or 12225863. OLE color: 12225863.

HSL color Cylindrical-coordinate representation of color #478DBA: hue angle of 203.48º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #478DBA is Cyan = 0.62, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 71 141 186 -
CMYK 0.62 0.24 0 0.27
HSL 203.48º 0.45% 0.5% -
HSV(B) 203.48º 0.62% 0.73% -
XYZ 20.99 23.93 49.97 -
YUV 125.2 162.31 89.34 -
System Red Green Blue C M Y K H S L
Decimal 71 141 186 0.62 0.24 0 0.27 203.48 0.45 0.5
Hex 47 8D BA 3E 18 0 1B CB 2D 32
Octal 107 215 272 76 30 0 33 313 55 62
Binary 1000111 10001101 10111010 111110 11000 0 11011 11001011 101101 110010

Color Harmonies of #478DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478DBA

Black with #478DBA

Text Example


Text Example

White with #478DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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