Html Css Color HEX #478CBC Curious Blue

📋 copy color: '#478CBC'

red 71 ◦ green 140 ◦ blue 188

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

Shades of Curious Blue #478CBC

Tints of Curious Blue #478CBC

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35.09%

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

R = 17.79%
G = 35.09%
B = 47.12%

CMYK

 C value IS 0.62

 M value IS 0.26

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#478CBC (or 0x478CBC) is known color: Curious Blue. HEX triplet: 47, 8C and BC. RGB value is (71,140,188). Sum of RGB (Red+Green+Blue) = 71+140+188=399 (52% of max value = 765). Red value is 71 (28.12% from 255 or 17.79% from 399); Green value is 140 (55.08% from 255 or 35.09% from 399); Blue value is 188 (73.83% from 255 or 47.12% from 399); Max value from RGB is 188 - color contains mainly: blue. Hex color #478CBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #478CBC is #B87343. Grayscale: #7C7C7C. Windows color (decimal): -12088132 or 12356679. OLE color: 12356679.

HSL color Cylindrical-coordinate representation of color #478CBC: hue angle of 204.62º 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 #478CBC is Cyan = 0.62, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 71 140 188 -
CMYK 0.62 0.26 0 0.26
HSL 204.62º 0.47% 0.51% -
HSV(B) 204.62º 0.62% 0.74% -
XYZ 21.05 23.73 51.05 -
YUV 124.84 163.64 89.6 -
System Red Green Blue C M Y K H S L
Decimal 71 140 188 0.62 0.26 0 0.26 204.62 0.47 0.51
Hex 47 8C BC 3E 1A 0 1A CD 2F 33
Octal 107 214 274 76 32 0 32 315 57 63
Binary 1000111 10001100 10111100 111110 11010 0 11010 11001101 101111 110011

Color Harmonies of #478CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478CBC

Black with #478CBC

Text Example


Text Example

White with #478CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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